Skip to content

Search improvements #299

Description

@tombch

The (admittedly very rudimentary) search parameter used by the GUI could be slightly less rudimentary for text fields, by using something like trigram similarity:

ExampleProject.objects.filter(field__trigram_word_similar="Mispeld words")

More info here:
https://docs.djangoproject.com/en/5.2/ref/contrib/postgres/lookups/

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

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions