feat: add groups to search vector
Some checks reported errors
continuous-integration/drone/push Build was killed

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Simon 2026-02-18 12:47:23 +01:00
parent 3f07de1276
commit f6575319f7
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
6 changed files with 878 additions and 5 deletions

View file

@ -975,9 +975,11 @@ Each functional unit can be implemented as a **separate issue**:
### Issue 5: Search Integration
**Type:** Backend
**Estimation:** 2h
**Status:** ✅ Implemented (migration `20260217120000_add_group_names_to_member_search_vector.exs`, Issue #375)
**Tasks:**
- Update search vector trigger to include group names
- Extend fuzzy search to search group names
- Extend fuzzy search to search group names (via search_vector; no Elixir change needed)
- Test search functionality
**Acceptance Criteria:**