You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion from Jeff (in a response to a customer):
Searching is inefficient when looking for non-indexed tokens (due to mysql"s min_word_len). A string like "C & D Example Factory" doesn"t index well, so padding the stored fulltext tokens to "C__ D__ Example Factory" would allow that to be indexed and more easily searchable.
The text was updated successfully, but these errors were encountered:
Suggestion from Jeff (in a response to a customer):
Searching is inefficient when looking for non-indexed tokens (due to mysql"s min_word_len). A string like "C & D Example Factory" doesn"t index well, so padding the stored fulltext tokens to "C__ D__ Example Factory" would allow that to be indexed and more easily searchable.
The text was updated successfully, but these errors were encountered: