Create a view, set it display type to 'table', and enable 'sorting' by some fields. If you click on sorting on search result, the view will upload all nodes, not nodes restricted by search.
Create a view, set it display type to 'table', and enable 'sorting' by some fields. If you click on sorting on search result, the view will upload all nodes, not nodes restricted by search.
Comments
Comment #1
restyler commentedThe bug also breaks the pagination of search results completely.
Comment #2
restyler commentedthe bug can only be reproduced when views ajax enabled.
Comment #3
David Lesieur commentedComment #4
Bodo Maass commentedI just encountered this bug and found this issue report. After reading it, I turned off Ajax for my view. This allows sorting for node title. However, I have a view that uses relationships, and when sorting a column with a relationship, all terms are loaded, not just the ones restricted by the search.
So it is not simply a matter of turning off Ajax.
Edit: I realized that this is actually a different problem: http://drupal.org/node/584478
Comment #5
Bodo Maass commented