-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case-insensitive search using Contains #656
Comments
Thanks @danmarshall. Many of the underlying DuckDB string methods that we call ( In the meantime, explicitly transforming the text to lowercase is the way to go. |
Checking this noticed theres an inconsistency in what gets selected in the table and what gets shown in the e.g. search abba => 5 results in dropdown (case insensitive) and 2 in table (case sensitive) Screencast.from.2025-01-24.20-47-40.webm |
Yep, the autocomplete list is currently managed purely by whatever browser you're using. Ultimately we would like to have our own autocomplete widget here to get proper control. I'd be very happy to review a PR if someone has the time to implement this in the |
Hello, looking at the page https://idl.uw.edu/mosaic/inputs/ I tried to do a name search via the inputs:
I was expecting a search for
gar
to include the first resultA Jesus Garcia
. It does work forGar
.I realize this is a feature (not a bug) but was hoping the clause
might allow to express this capability, without having to add an all-lowercased duplicate column copy
name_lowercase
.The text was updated successfully, but these errors were encountered: