mirror of https://github.com/requarks/wiki.git
* fix(search): ensure pg_trgm extension availability for PostgreSQL search - Move pg_trgm extension creation to initialization phase to ensure availability - Add error handling for similarity search queries that depend on pg_trgm - Add proper logging for debugging search-related issues Fixes issues where PostgreSQL search suggestions fail due to missing or improperly initialized pg_trgm extension, particularly in containerized environments where extension creation timing matters. * fix: Simplify error handling in search suggestion logic Refactor error handling for search suggestions to simplify code. --------- Co-authored-by: Nicolas Giard <github@ngpixel.com> |
||
|---|---|---|
| .. | ||
| app | ||
| controllers | ||
| core | ||
| db | ||
| graph | ||
| helpers | ||
| jobs | ||
| locales | ||
| middlewares | ||
| models | ||
| modules | ||
| templates | ||
| test/helpers | ||
| themes/default | ||
| views | ||
| index.js | ||
| master.js | ||
| setup.js | ||