[FEATURE]: Implement fuzzy and substring search for members #162
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
As a user I can search for substrings in the search input field in the members list and I get results for memebers that contain the substring and contain them approximately (fuzzy search)
Acceptance criteria
Notes
Could be implemented by adding Trigram:
links for further reading:
Postgres docu functions
Postgres docu Trigram
mainto feature/162_fuzzy_search