Paging interferes with the built-in Drupal search indexer
bdeclerc - April 5, 2007 - 13:38
| Project: | Paging |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The search indexer only indexes text before the first page break.

#1
Try this patch.
#2
The last patch didn't work.
#3
I have thoroughly tested this version of the patch. It does two things:
#4
Forgot to attach patch to last message.
#5
The pager was showing up in search results. This patch prevents that.
#6
Fixed in CVS commit 65456.
#7
#8
I'm still having this problem on my site (drupal 5) - the search indexer only indexes text before the first page break. I'm using the latest Paging module v.5.x-1.2. Please help.
#9
I need to test this a bit more thoroughly, but it appears that this is still an issue in the 6.x-beta3 version --
I took a string from the third page in a node split up using pagebreaks, and searched specifically for that string -- the search results pointed to the top level node, but not the specific page (ie, the search results pointed to node/40 as opposed to node/40?page=0,2 )