Bug #16693
closedpagebrowser shows wrong numbers
0%
Description
if using the pagebrowser to jump from one results page to anothe the number of results changes.
same bug as descriped in 0001467 and 0001480 - now for typo3 4.02 an indexed search 2.9.2
(issue imported from #M4470)
Files
Updated by Kai Laborenz about 18 years ago
patch "bug_1467.diff" works but must be applied "by hand"
Updated by Michael Stucki about 18 years ago
Hmm, but then you have made some manual modifications, right?
Well, please check that attached patch and turn on "search.exact_count" in your TS template. Does that help?
Updated by Peter Beernink almost 18 years ago
Added file bug_4470_v1.diff.
This is a slightly modified version of the file supplied by Michael Stucki.
Modified $conf['search.']['exact_count']; to $this->conf['search.']['exact_count'];
Updated by Michael Stucki almost 18 years ago
Updated patch to apply against most recent Trunk.
Updated by Michael Stucki about 17 years ago
Committed to Trunk. Notice that I renamed the property to search.exactCount now.