Closed steveyen closed 9 years ago
When a user searches for MB-12345, they get all MB's as hits, not just for 12345.
The reason why is the tokens are "mb" and "12345".
A couple solution suggestions from Marty include...
Added stop word for "mb" so that this works better now.
One separate remaining issue is that a search for "MB-11211" correctly no longer matches all "MB"'s, but it suboptimally finds all occurrances of "11211".
When a user searches for MB-12345, they get all MB's as hits, not just for 12345.
The reason why is the tokens are "mb" and "12345".
A couple solution suggestions from Marty include...