While translating my site, the pager doesn't work properly.. This is also the case in a search with more than 1 page of results..
Try it out yourself and search for the word 'node', 'Add' or 'Submit'.
While translating my site, the pager doesn't work properly.. This is also the case in a search with more than 1 page of results..
Try it out yourself and search for the word 'node', 'Add' or 'Submit'.
Comments
Comment #1
dries commentedI looked into this and there isn't a quick fix. Changing the search form to use HTTP's GET mechanism rather than the POST mechanism works but makes for ugly URLs. We can use sessions but in that case we might want to reconsider the locale module's user interface a little not to confuse the user (session data is persistent and therefore the "filter options" should always be clearly visible).
Comment #2
(not verified) commentedPretty sure this is the same issue as I had with searches in the project module. If it is then it is fixable.
Comment #3
(not verified) commentedComment #4
(not verified) commentedAutomatically closed due to inactivity (marked fixed for 14 days).