Skip to content

feat: flesh out quick filter #71

Description

@cablehead

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..

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions