TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Case sensitive search #412

Open finanalyst opened 1 year ago

finanalyst commented 1 year ago

I searched on case and case-sensitive in issues and on the website, without finding any information. I'm surprised this issue has not been raised before, so if this is a duplicate, or already available, apologies.

Is your feature request related to a problem? Please describe. I have candidates that are differentiated by case, eg. int and Int. Both are currently returned by autocomplete. Most filters cannonise input to upper or lower case. That is normally sufficient, but it would be nice to allow for a case-sensitive search.

Thoroughly Describe the solution you'd like An option on the search engine for case-sensitive search, similar to the loose/strict option.