Request: upgrade pg_search extension version
https://neon.com/docs/extensions/pg_search
Currently Neon supports 0.15.x of the pg_search extension, despite 0.19.x already being out.
https://docs.paradedb.com/changelog
Is there any chance you could update the extension? 0.18.0 adds a new API which may understandably make things difficult on your end, but it would be great if there was at least support for 0.17.x or 0.16.x (which adds support for expressions in indexes) in Neon, if possible.
Thanks!
Currently Neon supports 0.15.x of the pg_search extension, despite 0.19.x already being out.
https://docs.paradedb.com/changelog
Is there any chance you could update the extension? 0.18.0 adds a new API which may understandably make things difficult on your end, but it would be great if there was at least support for 0.17.x or 0.16.x (which adds support for expressions in indexes) in Neon, if possible.
Thanks!
Neon
The pg_search extension by ParadeDB adds functions and operators to Postgres that use BM25 (Best Matching 25) indexes for efficient, high relevance text searches. It supports standard SQL syntax and J...