It looks like search queries are case _sensitive_ by default. (Using 0.8.5)
results = Model.search('*', order: {label: :asc})
results.map(&:label)
#=> ["FIFID", "WWWWW", "souf", "structure", "xj123"]
Wondering what the best way to add this option is? I see a page in the ES docs describing how to create an analyzer for case sensitive search, but I'm not sure how that maps to Searchkick world.
Any news on how to accomplish this?
Wondering this as well. We're fine with case sensitive search but the results should really be sorted case insensitive.
Bump - most of our clients seem to want case-insensitive search/result-ranking
For clarity for future readers:
Most helpful comment
Any news on how to accomplish this?