Bug 20073: Move Elasticsearch configs to yaml files and improve the default settings.
[koha.git] / Koha / SearchEngine / Elasticsearch /
2018-04-09 Nick ClemensBug 19581: (follow-up) Fix handling of new and old...
2018-04-02 Nick ClemensBug 20385: (follow-up) Assign blank instead of inapprop...
2018-04-02 Nick ClemensBug 20385: Don't try to get info for bad authtypecodes
2018-03-28 Nick ClemensBug 19564: (QA follow-up) Make commented out tests...
2018-03-28 David GustafssonBug 19564: Fix extraction of sort order from sort condi...
2018-03-27 Nick ClemensBug 19582: Use compat routines for searching authoritie...
2018-01-15 Nick ClemensBug 19580: Exclude period as splitting character for...
2017-11-26 Nick ClemensBug 19559: Add '-' to list of characters we don't split...
2017-10-27 Nick ClemensBug 16660: Add support for OpacSuppression to Elasticsearch
2017-10-13 Julian MauriceBug 18374: (QA follow-up) Fix auto truncation for field...
2017-10-13 Julian MauriceBug 18374: (QA follow-up) Simplify _truncate_terms
2017-10-13 Nick ClemensBug 18374: (follow-up) Add support and tests for quoted...
2017-10-13 Julian MauriceBug 18374: (QA follow-up) Tidy up code
2017-10-13 Tomas Cohen AraziBug 18374: (QA follow-up) Remove warning in Elasticsear...
2017-10-13 Nick ClemensBug 18374: Respect QueryAutoTruncate syspref in Elastic...
2017-08-15 Nick ClemensBug 18624: Run time errors when searching authorities...
2017-08-15 Tomas Cohen AraziBug 18624: Minor refactoring to ease testing
2017-07-14 Jonathan DruartBug 18854: Protect few other occurrences of offset
2017-07-14 Jonathan DruartBug 18854: Make sure offset will not be < 0 - protect...
2017-04-13 Marcel de RooyBug 9988: Add extract_biblionumber to Koha/SearchEngine
2017-03-31 David CookBug 15541 - Prevent normalization during matching/impor...
2017-03-22 Nick ClemensBug 17169: Add a facet for ccode fields to ElasticSearch
2017-02-17 Tomas Cohen AraziBug 18068: ES - Fix location and (home|holding)branch...
2017-02-07 Olli-Antti KivilahtiBug 17255 - Upgrade Elastic Search code to work with...
2017-02-07 Olli-Antti KivilahtiBug 17255 - Upgrade Elastic Search code to work with...
2016-11-22 Kyle M HallMerge remote-tracking branch 'translations/16.11.0...
2016-11-22 Kyle M HallBug 17132 - Availability search broken when using Elastic
2016-11-18 Jonathan DruartBug 17377: ES - Take control fields into account
2016-10-11 Jonathan DruartBug 17372: Standardize Elasticsearch paths
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Chris CormackBug 12478 Increasing test Coverage for Koha::SearchEngi...
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatRevert "Bug 12478: Display facet terms ordered by numbe...
2016-04-26 Jonathan DruartBug 12478: Take the FacetMaxCount pref into account
2016-04-26 Jonathan DruartBug 12478: Remove empty limit parameter
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Jonathan DruartBug 12478: facets - Display description instead of...
2016-04-26 Jonathan DruartBug 12478: Use the new Koha::ItemTypes to retrieve...
2016-04-26 Jonathan DruartBug 12478: (follow-up) Display the correct number of...
2016-04-26 Robin SheatBug 12478: add location, su-geo, se to facets
2016-04-26 Jonathan DruartBug 12478: Fix encoding issue on facets
2016-04-26 Jonathan DruartBug 12478: Do not display the 'Show more' links if...
2016-04-26 Jonathan DruartBug 12478: Display the correct number of facets (5...
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478: the facet "show more" links work properly now
2016-04-26 Robin SheatBug 12478: add the lenient option to the query_string...
2016-04-26 Robin SheatBug 12478: improve error reporting a bit
2016-04-26 Robin SheatBug 12478: ES is now updated when records are updated...
2016-04-26 Robin SheatBug 12478: fix capitalisation issue with index names
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-26 Robin SheatBug 12478: a replacement to the SimpleSearch interface...
2016-04-26 Robin SheatBug 12478: fix issue with authority sort order being...
2016-04-26 Robin SheatBug 12478: auth search works in the staff client
2016-04-26 Robin SheatBug 12478: fix multi-choice stuff in advanced search
2016-04-26 Robin SheatBug 12478: starting to add search to staff client
2016-04-26 Robin SheatBug 12478: fix wrong counts/results for authority searches
2016-04-26 Robin SheatBug 12478: paging is fixed now too
2016-04-26 Robin SheatBug 12478: sort is sorted
2016-04-26 Robin SheatBug 12478: phrase searching for authorities is happier
2016-04-26 Robin SheatBug 12478: fix the way counting is done
2016-04-26 Robin SheatBug 12478: authority paging works
2016-04-26 Robin SheatBug 12478: working on authority results
2016-04-26 Robin SheatBug 12478: make authid get to the templates properly
2016-04-26 Robin SheatBug 12478: basic auth search and display is working
2016-04-26 Robin SheatBug 12478: more authorities
2016-04-26 Robin SheatBug 12478 - more authorites
2016-04-26 Robin SheatBug 12478 - more authority searching
2016-04-26 Robin SheatBug 12478 - more authority query building
2016-04-26 Robin SheatBug 12478 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code