Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Feb 2009 at 11:14 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent
Comments
Comment #1
puradata commentedSearch_plural bug patch works great. I have some questions
1. The patch fixes a case that never happens because the minimum number of
characters for a search item is 3. Why is this 3 google allows 1?
2. Currently variable_set(‘'minimum_word_size') is never called causing
variable_get('minimum_word_size') to always to return the second argument.
3. Shouldn’t there be a define for default MINIMUM_WORD_SIZE instead of using the
number 3.
Comment #2
stevenpatzComment #3
webchickCommitted to HEAD. Thanks! puradata, maybe start a separate issue to discuss this variable further and whether or not it makes sense the way it is currently.