You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: