Problem/Motivation

I have a client that would like to search for state name abbreviations like "NY" for "New York"

I have the "Minimum word length" set to two for both the Database Search API Server and the Views view, but when searching for any two letter word I’m seeing all of the results appear. Also, when I look at the database table it doesn’t appear like the two letter words are being saved even though they should be.

I tried on a fresh install with the Search API Database defaults and I had the same result. Any two letter search query resulted in all results being shown even after re-indexing.

Comments

Daniel Korte created an issue. See original summary.

drunken monkey’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have the Tokenizer processor enabled and, if so, what’s its minimum word length setting?

daniel korte’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

That was it! Thank you so much!