Bug 34913: Adjust item search
[koha.git] / Koha / SearchEngine / Elasticsearch /
2024-02-02 Nick ClemensBug 35086: Add chunk_size option to elasticsearch confi...
2023-09-18 Janusz KaczmarekBug 33406: Filter out some known isolated trouble makers
2023-05-10 Marcel de RooyBug 29185: Facilitate searching for cnum
2023-05-10 Nick ClemensBug 33277: Search thesaurus for 'notspecified'
2023-05-10 Nick ClemensBug 33277: Add comments and missing thesauri
2023-05-09 Janusz KaczmarekBug 33093: (Bug 27546 follow-up) With ES searching...
2023-03-31 Nick ClemensBug 33159: Simplify ES handling and fix zebra handling
2022-10-21 Nick ClemensBug 17170: Add the ability to create 'saved searches...
2022-10-21 Nick ClemensBug 17170: Handle search filters in query builders
2022-10-11 Nick ClemensBug 29561: (follow-up) Don't remove facet '0'
2022-10-11 Nick ClemensBug 29561: Remove blank facets
2022-10-03 Frank HansenBug 30280: Add support for subject headings from differ...
2022-09-23 Tomas Cohen AraziBug 25375: Spelling fixes
2022-09-23 Julian MauriceBug 25375: Fix 'available' facet in elasticsearch
2022-08-19 Nick ClemensBug 31076: Handle year limits with equal sign or colon
2022-08-02 Nick ClemensBug 30879: Allow biblionumber as sort option in Elastic...
2022-07-22 Tomas Cohen AraziBug 29697: (follow-up) Indexing a deleted record is...
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-07-01 Kevin CarnesBug 30152: Elasticsearch - queries with OR don't work...
2022-06-23 Kevin CarnesBug 25669: (follow-up) Minor fixes
2022-06-23 Nick ClemensBug 25669: Use include_type_name parameter in ES calls
2022-06-23 Nick ClemensBug 31013: Quote branchcodes in Elasticsearch limits
2022-06-13 Fridolin SomersBug 30883: Authorities merge is limited to 100 biblio...
2022-05-03 Jonathan DruartBug 27344: Fix call to update_index with invalid ids
2022-05-03 Jonathan DruartBug 27344: Implement Elastic's update_index_background...
2022-04-27 Fridolin SomersBug 29077: (follow-up) Use another syntax
2022-04-27 Nick ClemensBug 29077: Remove blank indexes before convert
2022-04-04 Kevin CarnesBug 28610: Elasticsearch 7 - hits.total is now an object
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2022-02-22 Kevin CarnesBug 27770: ES: Deprecated aggregation order key [_term...
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2021-10-25 Nick ClemensBug 29284: (follow-up) Improve error logging to prevent...
2021-10-25 Nick ClemensBug 29284: Handle the case of an exclamation point...
2021-09-29 Nick ClemensBug 28826: Add FacetOrder system preference
2021-09-20 Martin RenvoizeBug 28316: (QA follow-up) Make clean_search_term public
2021-09-20 Petro VashchukBug 28316: escape ES ranges if QueryAutoTruncate is...
2021-09-20 Petro VashchukBug 28316: avoid messing up regexes in the search queries
2021-09-20 Petro VashchukBug 28316: escape exclamation signs in the query
2021-09-20 Petro VashchukBug 28316: escape brackets in the search query
2021-09-20 Petro VashchukBug 28316: screen unquoted semicolons and all followup...
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-08-30 Martin RenvoizeBug 28830: Add cni index for 003
2021-07-26 Nick ClemensBug 22801: (follow-up) Use date-of-publication directly
2021-07-26 Fridolin SomersBug 22801: Advance search yr must use date-of-publicati...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-19 Fridolin SomersBug 27724: Use lenient also in Elasticsearch authoritie...
2021-04-16 Nick ClemensBug 26312: (follow-up) Fix passing of exception messages
2021-04-16 Nick ClemensBug 26312: Catch ES Client errors, log, and continue...
2021-03-16 Jonathan DruartBug 27597: Remove leading colon in ES query
2021-02-23 Nick ClemensBug 26051: We should sort callnumber based on cn-sort
2021-01-14 Fridolin SomersBug 25054: Display search field aliases in Search Engin...
2021-01-12 Nick ClemensBug 27307: Don't drop phrase directive when searching...
2021-01-07 Nick ClemensBug 27252: Add deprecation warning, cross_fields pref...
2020-11-25 Nick ClemensBug 27070: Add cross_fields type to our searches
2020-11-17 Nick ClemensBug 26903: Pass record ids and records through to updat...
2020-11-04 Joonas KylmäläBug 24567: (QA follow-up) Remove warning in regex
2020-11-04 Nick ClemensBug 24567: Don't strip spaces along with dangling colons
2020-10-08 Marcel de RooyBug 26600: Missing module in Elasticsearch/Indexer.pm
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Check server type in Elastics...
2020-09-28 Nick ClemensBug 25265: (follow-up) Don't index malformed records
2020-09-28 Nick ClemensBug 25265: Fix copy paste error for parameter
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-18 Nick ClemensBug 24807: (follow-up) Fix spelling
2020-09-18 David GustafssonBug 24807: Add "year" type to improve sorting behaviour
2020-08-31 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-08-18 Nick ClemensBug 25872: Fix scoping of $limits
2020-08-12 Nick ClemensBug 25882: Remove phr indicator from limits when processing
2020-08-07 Nick ClemensBug 26009: Add facet size to home/holdingbranch
2020-07-09 Nick ClemensBug 25864: Lower case fields for searching
2020-05-18 Nick ClemensBug 25278: Retrieve correct search fields for authorities
2020-05-12 Nick ClemensBug 24823: (QA follow-up) Fix deletion and POD
2020-05-12 David GustafssonBug 24823: Remove unused parameters
2020-05-12 David GustafssonBug 24823: Fix spelling error and remove last of Catmandu
2020-05-12 David GustafssonBug 24823: Drop Catmandu dependency
2020-05-12 Nick ClemensBug 25342: Force ES id as string
2020-04-29 Nick ClemensBug 22828: Elasticsearch - display errors encountered...
2020-04-29 Nick ClemensBug 25229: Return authid of record rather than 001
2020-03-24 Julian MauriceBug 24902: Join different mc- limits with AND (elastics...
2020-03-16 Nick ClemensBug 23521: (follow-up) Add quotes
2020-03-16 Alex ArnaudBug 23521: Put parentheses arround limit terms
2020-02-24 Jonathan DruartBug 24545: Fix newly added files
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-20 Robin SheatBug 14567: Add a browse interface to the OPAC
2020-01-10 Fridolin SomersBug 22426: Map 'loc' to 'location' when building ES...
2020-01-10 Nick ClemensBug 23676: Use 'false' for opac suppression
2019-12-09 Nick ClemensBug 24128: Add alias for biblionumber search
2019-11-11 Nick ClemensBug 23986: Pass strings to Catmandu for deletion
2019-11-06 Nick ClemensBug 23719: (follow-up) Add warn when passed invalid...
2019-11-06 NickBug 23719: Allow searching specific fields for matching...
2019-11-03 Ere MaijalaBug 22592: Add index scan emulation to Elasticsearch
2019-11-03 NickBug 23089: Fix sorting on sum and regular fields
2019-10-29 Fridolin SomersBug 23630: Do not remove field 999 in Elasticsearch...
2019-10-28 Alex ArnaudBug 22874: Use false instead of 0 value for limiting...
2019-10-09 Fridolin SomersBug 22997: Searching gives no results in auth_finder.pl
2019-10-08 David GustafssonBug 20334: Option for escaping slashes in search queries
2019-10-02 Nick ClemensBug 20589: Add option for searching entire record if...
2019-10-02 David GustafssonBug 20589: Exclude boolean fields from search fields
2019-10-02 David GustafssonBug 20589: Add field boosting and use query_string...
2019-09-10 Fridolin SomersBug 23004: Missing authtype filter in auth_finder.pl
next