Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pg_search extension #381

Open
arvinxx opened this issue Oct 12, 2024 · 2 comments
Open

Support pg_search extension #381

arvinxx opened this issue Oct 12, 2024 · 2 comments
Labels
enhancement New feature or request pgrx

Comments

@arvinxx
Copy link

arvinxx commented Oct 12, 2024

pg_search is a great extension for full-text search using BM25 algorithm, so it will have Elastic-level search quality and powerful performance(benchmark).

image

Please consider to support this extension, Thanks.

@pmp-p pmp-p added pgrx enhancement New feature or request labels Oct 13, 2024
@philippemnoel
Copy link

We'd love to be supported in pglite!

@samwillis
Copy link
Collaborator

Hey, yes we 100% want to support pg_search, it's perfect for the embedded FTS use case.

We've not yet tackled any pgrx (Rust API for Postgres extensions) based extensions, but it's high on the list, with pg_search the first we will take on. I'm hopeful that pgrx extensions shouldn't be too hard to get working as Rust has very good WASM support.

@philippemnoel I'll let yo know as soon as we start working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pgrx
Projects
None yet
Development

No branches or pull requests

4 participants