Bug 29561: (follow-up) Don't remove facet '0'
[koha.git] / Koha / SearchEngine / Elasticsearch / Search.pm
2022-10-11 Nick ClemensBug 29561: (follow-up) Don't remove facet '0'
2022-10-11 Nick ClemensBug 29561: Remove blank facets
2022-06-13 Fridolin SomersBug 30883: Authorities merge is limited to 100 biblio...
2022-04-04 Kevin CarnesBug 28610: Elasticsearch 7 - hits.total is now an object
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2021-09-29 Nick ClemensBug 28826: Add FacetOrder system preference
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-05-12 David GustafssonBug 24823: Remove unused parameters
2020-05-12 David GustafssonBug 24823: Drop Catmandu dependency
2020-04-29 Nick ClemensBug 25229: Return authid of record rather than 001
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-11-03 Ere MaijalaBug 22592: Add index scan emulation to Elasticsearch
2019-09-06 Ere MaijalaBug 22258: Elasticsearch: Add array as an alternative...
2019-07-04 Nick ClemensBug 14419: Expanding facets (Show more) performs a...
2019-03-28 Nick ClemensBug 18213: (follow-up) Correctly sort facets
2019-03-28 Nick ClemensBug 18213: Add language facets to Elasticsearch
2019-03-28 Jonathan DruartBug 18235: ES - Facets configurable
2019-03-04 David GustafssonBug 19575: Keep authority-number as alias and fix query
2019-03-04 David GustafssonBug 19575: Use canonical field names and resolve aliase...
2018-11-26 Martin RenvoizeBug 19365: Clean up, fix and add new tests.
2018-11-26 Ere MaijalaBug 19365: Fix search for duplicate authorities with...
2018-11-26 Ere MaijalaBug 19365: Fix several issues with the Elasticsearch...
2018-11-16 David GustafssonBug 19893: Increase test coverage
2018-11-16 David GustafssonBug 19893: Remove serialization format setting
2018-11-16 David GustafssonBug 19893: Alternative optimized indexing for Elasticsearch
2018-07-19 Alex ArnaudBug 20273: Use compat routines for autocomplete in...
2018-07-12 Julian MauriceBug 19502: Add POD for max_result_window
2018-07-12 Julian MauriceBug 19502: Retrieve index.max_result_window from ES
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
2017-10-13 Tomas Cohen AraziBug 18374: (QA follow-up) Remove warning in Elasticsear...
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-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: 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 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: 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: auth search works in the staff client
2016-04-26 Robin SheatBug 12478: starting to add search to staff client
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 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress