View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003776 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2012-03-28 13:23 | 2012-12-10 13:34 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.9 revision 43186 | ||||
Fixed in Version | 4.5.10 revision 44222 | ||||
Summary | 0003776: SEO links for category returned not sorted (possible to get link to further page instead of first page) | ||||
Description | See changes in method oxseoencoder::_loadFromDb() In case when this method is called without $sParam and $blStrictParamsCheck = true (which is actually default value), the seourl will be selected from database without "order by" which leads to unpredictable result. e.g. www.your-shop.com/some-category/9/ (the url of 9th page of "some-category"). | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003722 | resolved | Linas Kukulskis | in seoencoder queries used order by param = ... , its bad for performance |