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

Add fuzzy matching full text search #71

Open
ff6347 opened this issue Sep 15, 2022 · 2 comments
Open

Add fuzzy matching full text search #71

ff6347 opened this issue Sep 15, 2022 · 2 comments
Assignees
Labels
dev-meetup All candidate issues for the dev meetup dev-meetup-advanced This is a challenging issue that requires good skills enhancement New feature or request

Comments

@ff6347
Copy link
Contributor

ff6347 commented Sep 15, 2022

If there are no results we could run a fuzzy search with the same search term and show these results

@ff6347 ff6347 added enhancement New feature or request dev-meetup-advanced This is a challenging issue that requires good skills dev-meetup All candidate issues for the dev meetup labels Sep 15, 2022
@ff6347 ff6347 self-assigned this Sep 15, 2022
@vogelino
Copy link
Collaborator

  • Add the index to the searchable document (Via materialised view)
  • Set similarity threshold and test how it works (particularly with german texts)
  • Create a new Remote Procedure Call
  • The frontend calls the fuzzy search when the normal search leads to no results.
  • Show the results on the frontend. (Maybe highlight the text fragments)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-meetup All candidate issues for the dev meetup dev-meetup-advanced This is a challenging issue that requires good skills enhancement New feature or request
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants