pg_search icon indicating copy to clipboard operation
pg_search copied to clipboard

Integrate with ParadeDB `pg_search`?

Open philippemnoel opened this issue 2 years ago • 3 comments

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).

🐘 🔍 :)

philippemnoel avatar Dec 06 '23 23:12 philippemnoel

I think this is a great idea. I don't generally get to spend a lot of time on pg_search (Ruby gem) maintenance these days, but I would seriously consider a pull request for something like this.

The main thing is to have test coverage of at least the high level integration.

Hmm, that sure is a nice name for your extension 😏

nertzy avatar Oct 15 '24 22:10 nertzy

Having that integration would be great - I would've loved to contribute, but I don't know if I can.

tamersalama avatar Jan 14 '25 04:01 tamersalama

Giving this a bump. Would love to see it

drale2k avatar Jun 04 '25 15:06 drale2k