You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andInt
. 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 theloose
/strict
option.The text was updated successfully, but these errors were encountered: