View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005164 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2013-06-12 16:37 | 2013-06-19 09:00 |
| Reporter | d3 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
| Summary | 0005164: View class "search" haven't got an own sort ident. | ||||
| Description | All article lists (including search result list) have the same sort ident "alist" (defined in oxubase). So search article lists can't have a different sorting to category article lists. | ||||
| Additional Information | Please add public function getSortIdent() { return 'oxsearch'; } in search.php. | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| related to | 0002992 | resolved | Linas Kukulskis | Selected sorting, items per page and type of the list is not saved when navigating to other category |
|
|
Reminder sent to: d3 Hi, In this case it's not a bug. We implemented that sorting will be applied for all product list, category, search, vendor, manufacturer, tag. For more detail you can see "https://bugs.oxid-esales.com/view.php?id=2992". So search article lists can't have a different sorting to category article lists ant that is correct. Best regards |