Bug #14368
closedPagecount not correct
0%
Description
Pagecount changes on every click on next page, pagecount changes as well!
search on web289.server2.itaw.de for sitemap and click on next page a few times and see the numbers changing :)
(issue imported from #M435)
Files
Updated by Michael Stucki about 20 years ago
I know that problem! This is caused by a wrong parameter, I think.
Check the attached patch.
Updated by Michael Stucki about 20 years ago
Don't know, will have a look at it...
Updated by old_Xander about 20 years ago
I've tried the patch, but this did not solve the problem. Anyone tried this patch succesfully?
Any chance on a new patch?
Updated by Michael Stucki over 19 years ago
On the above mentioned page, the source still looks like this:
--- cut ---
<input type="hidden" name="tx_indexedsearch[_sections]" value="0">
<input type="hidden" name="tx_indexedsearch[pointer]" value="0">
<input type="hidden" name="tx_indexedsearch[ext]" value="0">
--- cut ---
So it still misses the hidden field named "type" which would be added if my patch was applied correctly.
Updated by Xander Damen over 19 years ago
I'll install a fresh typo3 install somewhere and try the patch.
Updated by old_Xander over 19 years ago
Patch is applied on www.vogweb.nl , but the number of results still decreases on higher pages.
Updated by old_Xander over 19 years ago
Sorry, forgot a usefull search!
Try searching for "ons"
Tnx
Updated by Michael Stucki over 19 years ago
I think this is solved, right? Can I close the issue?
Updated by old_Xander over 19 years ago
No, this has not been fixed
see: http://www.vog.nl/index.php?id=14
search for: "ons"
This gives 96 results at the first 4 pages
90 results at page 5
89 results at page 6
85 results at page 7
82 results at page 8
81 results at page 9
Source code shows:
<input type="hidden" name="tx_indexedsearch[_sections]" value="0">
<input type="hidden" name="tx_indexedsearch[pointer]" value="0">
<input type="hidden" name="tx_indexedsearch[type]" value="0">
<input type="hidden" name="tx_indexedsearch[ext]" value="0">
Updated by Michael Stucki over 19 years ago
The indexed_search in TYPO3 3.8.0 got a major rewrite. Can you please test if the problem still occurs?
Updated by Michael Stucki about 19 years ago
I guess this is fixed in 3.8.0. There was no feedback, but if anyone still can reproduce this, feel free to reopen this bug.