[FEATURE]: Custom Fields: I can search for the contents of custom fields #196
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 milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Depends on
#194 Custom Fields: Harden implementation
local-it/mitgliederverwaltung
Reference: local-it/mitgliederverwaltung#196
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 head of an association, I want to search/filter for the contents of custom fields
Acceptance criteria
Custom Fields: I can search for the contents of custom fieldsto [FEATURE]: Custom Fields: I can search for the contents of custom fieldsTo do this, we need to put values of custom fields into the
search_vectorcolumn on the member resource. This means we need to update the trigger defined here.It now needs to run on multiple occasions:
when it runs, the custom field values for the member being updated need to be put into the
search_vectorvalue.We could for now also start with a simple contains query and than implement fuzzy search later on.
Things that came to my mind during implementation and summe up in other issues.
#264
#265
mainto feature/196_search_custom_fields