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

Add postgres fulltext search capability #2

Open
swimmesberger opened this issue Feb 13, 2023 · 0 comments
Open

Add postgres fulltext search capability #2

swimmesberger opened this issue Feb 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@swimmesberger
Copy link
Owner

Postgres has good support for full text search that can be used for e.g. product description search. Fulltext search is different to using LIKE %keyword% because humans tend to search differently. Usage of elasticsearch/lucene is overkill so postgres search might be the perfect fit.
Example: https://www.crunchydata.com/blog/postgres-full-text-search-a-search-engine-in-a-database

@swimmesberger swimmesberger added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant