Skip to content
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

omnisearch can refuse to do string searches if there are a few integers mixed in #102

Closed
cldellow opened this issue Mar 4, 2023 · 0 comments

Comments

@cldellow
Copy link
Owner

cldellow commented Mar 4, 2023

SQLite's squishy typing kinda bites us here.

elif column['texts'] + column['nulls'] == column['count'] and column['texts_newline'] == 0 and not dateish(column):
tries to only do autosuggest for things containing string values

In practical use, this seems a bit strict. Let's be willing to do autosgugest in omnisearch as long as 90% of the contents are strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant