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

User-friendly search queries #2

Open
zbanks opened this issue Aug 20, 2022 · 0 comments
Open

User-friendly search queries #2

zbanks opened this issue Aug 20, 2022 · 0 comments

Comments

@zbanks
Copy link
Owner

zbanks commented Aug 20, 2022

Right now, we just take the user's query and run the SQL query ... WHERE clue MATCH $query and use sqlite3's fts5 plugin.

It's annoying because the fts5 query syntax is not very intuitive or user-friendly.

It would be great if there were a python library to turn human-friendly queries into fts5 ones? Or if we had some basic find-and-replace rules or something?

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