Skip to content

Simple Search

Vedant Wakalkar requested to merge phoenix/feature/search into phoenix/develop

URL: http://localhost:2354/seearch (Updated)

Issue : #298 (closed)

Search Option :

  • Keywords
  • Publications
  • Collections
  • Proveniences
  • Periods
  • Transliteraton
  • IDs

Required Containers :

  1. Logstash
  2. Elastic Search
  3. Kibana (For visualization process, Optional)

How to set up users in ElasticSearch? Refer logstash/README.md

The indices generated by ElasticSearch are dynamic in nature, hence they can be excluded. But to index them it may take a minimum of 20 mins to 1 hour depending on the machine.

Additionally:

  1. Now we can set result per page.
  2. Layout from Compact to Expanded and vice versa supported.
  3. Pagination added.

PS:

  1. Filter options are not addressed in this PR.
Edited by Abhishek Tiwari

Merge request reports