Bug 19564: (QA follow-up) Make commented out tests pass
[koha.git] / Koha / SearchEngine / Elasticsearch / QueryBuilder.pm
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 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-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...
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-10-11 Jonathan DruartBug 17372: Standardize Elasticsearch paths
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
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 Robin SheatBug 12478: add location, su-geo, se to facets
2016-04-26 Jonathan DruartBug 12478: Fix encoding issue on facets
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478: add the lenient option to the query_string...
2016-04-26 Robin SheatBug 12478: ES is now updated when records are updated...
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: 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 - 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