Closed (fixed)
Project:
Search configuration
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2009 at 12:04 UTC
Updated:
10 May 2010 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dmitrit commentedAlso re-index doesn't work:
Comment #2
jweowu commentedAttaching a patch for #1
Comment #3
jweowu commentedI'm going to mark this RTBC, as I've confirmed both of the fixes in dt_brume's solution, and my patch is identical to that.
Comment #4
ckngPatch confirmed works for both problems.
Comment #5
jbomb commentedUsing drupal_goto could prevent other modules from performing validation. The following patch moves the validation function from hook_search() to hook_form_alter().
search_config-703322.patch
Comment #6
jbomb commentedRe-rolling to include the solution from #1.
Comment #7
crutch commentedWorks for me, thank you!
Comment #8
jbomb commentedCommitted to 6.x branch.