xtens-suite / xtens-app

A digital repository for biomedical data based on a flexible JSON data model
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Full Text Search (FTS) support #5

Open gicaz opened 6 years ago

gicaz commented 6 years ago

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

gicaz commented 6 years ago

@gicaz: possible implementations are

  1. PostgreSQL FTS: https://www.postgresql.org/docs/current/static/textsearch.html

  2. Full-fledged text engine (ElasticSearch, SOLR)

    • Pros: more flexibility and features, higher scalability
    • Cons: additional backend, need to sync it with Postgres