Closed (fixed)
Project:
Core searches
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2008 at 14:50 UTC
Updated:
23 Jul 2008 at 10:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sara Konrole commentedComment #2
robertdouglass commentedInteresting. Did you apply the patch to Drupal core that comes with the module? The patch is what removes stuff from core (like the indexing of the nodes).
Comment #3
Sara June commentedWe were able to fix this by getting rid of core search patch and changing the 3 drupal search tables to type "blackhole"
Comment #4
jpd972 commentedHello,
We had the same issue. Attached is a patch that:
- removes node_update_index from node.module
- remove search_update_totals from search.module and add it to contentsearch.module
- looks for hook_update_totals in modules and registers that as a shutdown function
Comment #5
jaydub commentedComment #6
jaydub commentedI think there's a problem in the patch from #4.
It looks like you are removing the module_invoke for
hook_update_index. Also the IF statement 'if (module_hook($module, 'update_totals')) {'
doesn't appear to have a closing brace.
Comment #7
robertdouglass commentedWhen we get this patch correctly implemented I will add it as-is to the package, as a separate patch. There are valid reasons why you would want to keep indexing even with core searches disabled (views fastsearch, faceted search, etc.), but I also acknowledge that if you *don't* want to index, you should be able to turn it off. Keep working on the patch, though.
Comment #8
robertdouglass commentedfixed in DRUPAL-5--1-0
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.