NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11215: Search pager broken when filtering on date
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
SEARCH |
PaulHarvey |
Test topic:
SiteChanges
The pager behaves erroneously, showing "Page 1 of 37 Next >" even when the returned set is only 3 items.
--
ArthurClemens - 29 Oct 2011
Re-opened to add a failing test. I am grateful for the fix, but
PLEASE DON'T CLOSE THIS KIND OF BUG WITHOUT A TEST
I need a test in this case because I want to move the code around - sort criteria needs to be a part of the query from the start - trying to sort a resultSet post-hoc in
MongoDBPlugin absolutely kills our site performance (imagine having to fetch 100MBs of data for ~50k topics, or even 220k topics in the case of
SiteChanges - from the database server over the network just to get the first 25 hits sorted by date - we go from < 1s to fcgid timeout).
So, to re-cap, I would be happy to help with getting tests written for future changes like this
--
PaulHarvey - 28 Nov 2011
Continued at
Item11364 so we can close
Item11215 for 1.1.4.
--
PaulHarvey - 17 Dec 2011