Project

General

Profile

Actions

Bug #14368

closed

Pagecount not correct

Added by old_Xander over 19 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2004-10-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

0000435-class.tx_indexedsearch.php.diff (561 Bytes) 0000435-class.tx_indexedsearch.php.diff Administrator Admin, 2004-10-26 13:46

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14980: Pagecount not correctClosedMichael Stucki2005-09-20

Actions
Actions #1

Updated by old_Xander over 19 years ago

Typo 3.7, indexed_search 2.0.0

Actions #2

Updated by old_Xander over 19 years ago

this also occurs op typo3.org etc

Actions #3

Updated by Michael Stucki over 19 years ago

I know that problem! This is caused by a wrong parameter, I think.

Check the attached patch.

Actions #4

Updated by old_Xander over 19 years ago

This does not seem to fix the problem?

Actions #5

Updated by Michael Stucki over 19 years ago

Don't know, will have a look at it...

Actions #6

Updated by old_Xander over 19 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?

Actions #7

Updated by Xander Damen over 19 years ago

Any luck yet?

Actions #8

Updated by Michael Stucki about 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.

Actions #9

Updated by Xander Damen about 19 years ago

I'll install a fresh typo3 install somewhere and try the patch.

Actions #10

Updated by old_Xander about 19 years ago

Patch is applied on www.vogweb.nl , but the number of results still decreases on higher pages.

Actions #11

Updated by old_Xander about 19 years ago

Sorry, forgot a usefull search!

Try searching for "ons"

Tnx

Actions #12

Updated by Michael Stucki about 19 years ago

I think this is solved, right? Can I close the issue?

Actions #13

Updated by old_Xander about 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">

Actions #14

Updated by Michael Stucki about 19 years ago

The indexed_search in TYPO3 3.8.0 got a major rewrite. Can you please test if the problem still occurs?

Actions #15

Updated by old_Xander about 19 years ago

Will do as soon as I install 3.8 :)

Actions #16

Updated by Michael Stucki over 18 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.

Actions

Also available in: Atom PDF