I have a field which consists of a store name.
How can I make sure that these queries return relevant results when
searched against this column:

*Example1: "Best Buy"*
q=best (tokenizer filter makes this work)
q=bestbuy
q=buy (tokenizer filter makes this work)
q=best buy (lower case filter makes this work)
q=Best Buy (this should work)


*Example2: "CircuitCity"*
q=circuit (adding "*" will fix it, but if I append it to every query, it
creates a lot of noise too)
q=CircuitCity (this should work)
q=city (adding "*" will fix it, but if I append it to every query, it
creates a lot of noise too)
q=circuit city
q=Circuit City

-- 
Thanks,
-Utkarsh

Reply via email to