Steps to reproduce
N/A
The issue
Hi team,
My name is Philippe and I'm one of the maintainers of @paradedb. We make a Postgres extension called pg_search, which enables Elasticsearch-quality full-text search in Postgres.
We've started getting requests from users of npgsql to add compatibility with pg_search. We add an index type and have our own syntax added to Postgres' standard SQL statements to enable the extra capabilities.
I'd love to discuss and collaborate on this. We're not familiar with C#/.NET, but would be willing to help someone who might be willing to take the lead on this. I'm happy to provide any more context as needed.
Further technical details
pg_search is built as a Postgres extension and is compatible with Postgres 12-16 (and soon 17).
Steps to reproduce
N/A
The issue
Hi team,
My name is Philippe and I'm one of the maintainers of @paradedb. We make a Postgres extension called
pg_search, which enables Elasticsearch-quality full-text search in Postgres.We've started getting requests from users of
npgsqlto add compatibility withpg_search. We add an index type and have our own syntax added to Postgres' standard SQL statements to enable the extra capabilities.I'd love to discuss and collaborate on this. We're not familiar with C#/.NET, but would be willing to help someone who might be willing to take the lead on this. I'm happy to provide any more context as needed.
Further technical details
pg_search is built as a Postgres extension and is compatible with Postgres 12-16 (and soon 17).