AcadeDoc/apps/server/src/core/workspace
Philip Okugbe 5da92a538a
feat: add unaccent support for accent-insensitive search (#1402)
- Add PostgreSQL unaccent and pg_trgm extensions
- Create immutable f_unaccent wrapper function for performance
- Update all search queries to use f_unaccent for accent-insensitive matching
- Add 1MB limit to tsvector content to prevent errors on large documents
- Update full-text search trigger to use f_unaccent
- Fix MultiSelect client-side filtering to show server results properly
2025-07-29 22:47:13 +01:00
..
controllers feat(EE): MFA implementation (#1381) 2025-07-25 00:18:53 +01:00
dto feat(EE): MFA implementation (#1381) 2025-07-25 00:18:53 +01:00
services feat: add unaccent support for accent-insensitive search (#1402) 2025-07-29 22:47:13 +01:00
workspace.constants.ts feat: cloud and ee (#805) 2025-03-06 13:38:37 +00:00
workspace.module.ts implement new invitation system 2024-05-14 22:55:11 +01:00