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

feat: flesh out quick filter #71

Open
cablehead opened this issue May 31, 2024 · 0 comments
Open

feat: flesh out quick filter #71

cablehead opened this issue May 31, 2024 · 0 comments

Comments

@cablehead
Copy link
Owner

cablehead commented May 31, 2024

The quick filter currently only performs an exact, lower case match on a clips first 100 characters.

That's why you may have notice if you filter on text that's in a large clipping, some clips you expect to match. Under the hood, all clips are currently being index in tantivy, but that isn't hooked up to the UI at all.

We should also fuzzy matching across and entire clips contents.

Stretch goal: we should also allow using some of tantivy's search expressions for more nuanced searching..

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

No branches or pull requests

1 participant