Actions
Defect #6956
closedBack to search results go to first record
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Search engine
Target version:
-
Start date:
2010-11-22
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
This is the bug:
- perform a search
- goto next page of results
- select a result an click on it
now if you go back with the browser, you will not see the correct results page (in the example the second one) but always the first one.
This is true for both Safari and FF, I did not try il on IE.
Related issues
Updated by Etienne Massip over 13 years ago
- Subject changed from Back to serch results go to first record to Back to search results go to first record
Typo
Updated by Pierre-Luc Samuel over 13 years ago
The way GMail does it is interesting and could be a source of inspiration. They use hashtags at the end of the URL to remember the state. So, for instance, when clicking on Inbox, the URL changes to "https://mail.google.com/mail/?ui=2#inbox/", and when accessing the 2nd page of the Inbox, the URL becomes "https://mail.google.com/mail/?ui=2#inbox/p2".
So, when going back to the "#inbox/p2" page, the AJAX script checks the URL and returns to page 2 on load.
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed since AJAX pagination was removed.
Actions