tripal/tripal_elasticsearch

Start creating models

Opened this issue · 0 comments

With the new structure in place we want to start getting rid of the miscellaneous search functions in the Instance class and start using Models. We'll need the following new Models:

  • WebModel: Searches entities and website indices
  • GeneModel: Searches the gene_search_index index
  • DynamicModel: Searches dynamically created indices (ie table indices)