v2.3.0
Changes:
- Fixes and improvements to the elastic search page. The revised search has new requirements for the elastic index. See https://github.com/slsfi/digital_edition_search/blob/master/elasticsearch/mappings_examples/mappings-for-new-index.txt for an example of the index mappings and https://github.com/slsfi/digital_edition_search/blob/master/logstash/pipeline_examples/logstash_topelius.conf for an example of how to ingest data using logstash. The search is performed on two fields in the index: text_title and text_data. Options for facets are set in config-sample.json for each project.
- Improved method of highlighting search matches when navigating to texts from search results. Self-closing html-tags are now ignored.
- Fixed tag search not filtering out deleted tags.