Download & Extend

Paging interferes with the built-in Drupal search indexer

Project:Paging
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The search indexer only indexes text before the first page break.

Comments

#1

Status:active» needs review

Try this patch.

AttachmentSize
paging-search.patch 1.21 KB

#2

The last patch didn't work.

AttachmentSize
paging-search_0.patch 3.29 KB

#3

Status:needs review» reviewed & tested by the community

I have thoroughly tested this version of the patch. It does two things:

  • Adds all pages to node search.
  • Updates the search index (when update.php is run).

#4

Forgot to attach patch to last message.

AttachmentSize
paging-search_1.patch 4.61 KB

#5

The pager was showing up in search results. This patch prevents that.

AttachmentSize
paging-search_2.patch 6.06 KB

#6

Status:reviewed & tested by the community» fixed

Fixed in CVS commit 65456.

#7

Status:fixed» closed (fixed)

#8

Status:closed (fixed)» active

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 )

nobody click here