You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release has enabled multilingual search support which uses pgroonga postgres extension underhood.You have to enable this extension before running this build.
Neon DB doesn't support this extension so migrate to some better alternative like supabase or just use local database instance.
If you using local db instance just use this https://github.com/pgroonga/docker image instead of base postgres.Make sure to use same version as previous one.
Changelog
41311d6 chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11
d8846d6 refactor: add support for multilingual search using pgroonga extension