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

Full Text Search (FTS) support #28

Open
gicaz opened this issue Feb 20, 2017 · 1 comment
Open

Full Text Search (FTS) support #28

gicaz opened this issue Feb 20, 2017 · 1 comment

Comments

@gicaz
Copy link
Contributor

gicaz commented Feb 20, 2017

Add full text search feature like Google.
Add a check box to every attribute ( researchable true false) or entire datatype researchable?

@gicaz gicaz added the next label Feb 20, 2017
@Zigur Zigur changed the title Full Text Research Full Text Search (FTS) support Feb 20, 2017
@Zigur
Copy link
Member

Zigur commented Feb 20, 2017

@gicaz: possible implementations are

  1. PostgreSQL FTS: https://www.postgresql.org/docs/current/static/textsearch.html
  1. Full-fledged text engine (ElasticSearch, SOLR)
  • Pros: more flexibility and features, higher scalability
  • Cons: additional backend, need to sync it with Postgres

@Zigur Zigur added the v2.2 label Apr 4, 2017
@gicaz gicaz added enhancement and removed next labels May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants