Casecommons / pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
http://www.casebook.net
MIT License
1.3k stars 369 forks source link

Integrate with ParadeDB `pg_search`? #520

Open philippemnoel opened 9 months ago

philippemnoel commented 9 months ago

Hi everyone!

Phil here, one of the authors of https://github.com/paradedb/paradedb. Tl;dr: We made Postgres' full text search faster by adding BM25 scoring and Lucene-like inverted indices.

I came across pg_search and think it's a really cool project. I'm curious if there's a world where it makes sense to integrate with our pg_search in some way so that users of pg_search can benefit from the increased search quality (in terms of result+performance).

🐘 🔍 :)