Commit Graph

4 Commits

Author SHA1 Message Date
Philipinho cb10cf155f support beforeCursor/prevCursor 2026-01-29 20:53:18 +00:00
Philipinho 5739a0e260 feat(db): migrate paginated endpoints to cursor-based pagination 2026-01-23 19:01:54 +00:00
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
Philipinho 9c7c2f1163 updates and fixes
* seo friendly urls
* custom client serve-static module
* database fixes
* fix recent pages
* other fixes
2024-05-18 03:19:42 +01:00