couchbaselabs / intrapop

1 stars 1 forks source link

handle MB-12345 searches correctly #28

Closed steveyen closed 9 years ago

steveyen commented 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...

steveyen commented 9 years ago

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".