v2.3.1
Changes:
- Improvements to person-, place- and tag-search and their filter. Places can now be filtered by city, if set in the database/elastic index.
- The number of records to fetch in each batch in place- and tag-search can now be set in config with LocationSearch.InitialLoadNumber and TagSearch.InitialLoadNumber.
- In the occurrence modal for locations the city, region and country fields can be hidden using the config setting Occurrences.hideCityRegionCountry (boolean).
- The text types searchable on the elastic-search page can be set in the config with ElasticSearch.types (array of strings with type abbreviations).
- New translations required: Filter.countries, Filter.bornBetween, Filter.activeFilters, BasicActions.ShowMore, BasicActions.ScrollToTop.
- The table-of-contents service has been made non-singleton again and the activeTocOrder variable moved to the text service since the TOC caused a cyclic reference error in Firefox otherwise.
- Fixed translations (like BC) not always loading in tooltip service.
- Results when searching in work-search are sorted alphabetically rather than by score.