Skip to content

Add postgres fulltext search capability #2

@swimmesberger

Description

@swimmesberger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions