Bug 30477: Add new UNIMARC installer translation files
[koha.git] / C4 / Search.pm
2022-03-25 Nick ClemensBug 30244: Include lost items in list of hidden items
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-25 Nick ClemensBug 22605: (follow-up) Fix operators
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-03-02 Thomas KlausnerBug 30153: Use uppercase AND to join query parts
2022-02-25 David GustafssonBug 25616: Uppercase hard coded lower case boolean...
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2021-11-03 Fridolin SomersBug 28365: (Bug 19873 follow-up) Make it possible to...
2021-10-29 Jonathan DruartBug 29374: Don't crash if search engine returns a delet...
2021-10-25 Katrin FischerBug 20463: (follow-up) Configure short name mrl for...
2021-10-25 Hayley PelhamBug 20463: Adding index for Leader 19 Multipart resourc...
2021-10-08 Jonathan DruartBug 3142: Use filter_by_for_holds where holdability...
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-09-29 Nick ClemensBug 28826: Add FacetOrder system preference
2021-09-20 Nick ClemensBug 28847: Remove dead code and make regex consistent
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-08-31 Nick ClemensBug 28373: Add PassItemMarcToXSLT system preference
2021-08-30 Martin RenvoizeBug 28830: Add cni index for 003
2021-08-16 Jonathan DruartBug 12561: Change prototype of XSLTParse4Display
2021-08-16 Jonathan DruartBug 12561: Remove non-XSLT views
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Nick ClemensBug 28384: Add 'no_items' option to TransformMarcToKoha
2021-07-12 Tomas Cohen AraziBug 28483: Remove warnings from Search.t
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-05-12 Fridolin SomersBug 18989: Allow displaying biblios with all items...
2021-04-01 Nick ClemensBug 27928: FindDuplicate should use simple_search_compat
2021-03-05 Petro VashchukBug 27745: prevent warning for uninitialized value...
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-08 Jonathan DruartBug 20410: Remove OpacGroupResults and PazPar2
2021-01-12 Nick ClemensBug 26957: Don't remove words that are also operators...
2020-12-04 David CookBug 12430: Use releance ranking without QueryWeightFields
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-08-31 Jonathan DruartBug 17661: Trivial simplification using += operator
2020-08-31 Nick ClemensBug 17661: (follow-up) Update regex to support Unicode...
2020-08-31 Nick ClemensBug 17661: Ending punctuation causes duplicate facets
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-07-27 Kyle M HallBug 23086: Search for collection is broken
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-06-15 Nick ClemensBug 25701: Remove sort on removed field
2020-06-15 Jonathan DruartBug 25701: (bug 14419 follow-up) Always display facet...
2020-05-15 Tomas Cohen AraziBug 24458: Use the ViewPolicy filter on search results
2020-05-15 Tomas Cohen AraziBug 25416: Let OPAC XSLTs know if the context is an...
2020-03-18 Fridolin SomersBug 19279: performance of linked items in search
2020-03-02 Jonathan DruartBug 24735: Remove QueryParser-related code
2020-02-19 Martin RenvoizeBug 24367: (RM follow-up) Syntax error correction
2020-02-19 Jonathan DruartBug 24367: May fix another warning
2020-02-19 Marcel de RooyBug 24367: Resolve other uninitialized warns in Search.pm
2020-02-19 Marcel de RooyBug 24367: Resolve warn Use of uninitialized value...
2020-02-19 Marcel de RooyBug 24367: Resolve warn Argument available is not numer...
2020-02-19 Jonathan DruartBug 24367: Remove warnings from Search.t
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-01-03 Jonathan DruartBug 24217: use Modern::Perl for modules when strict...
2019-12-23 Pedro AmorimBug 24121: Item types icons in intra search results...
2019-10-29 NickBug 23663: Only process itemtype summary if using non...
2019-10-22 Jonathan DruartBug 22445: Custom cover images - opac results
2019-08-20 Tomas Cohen AraziBug 11677: Use zebra not-onloan-count index for availab...
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-07-04 Nick ClemensBug 14419: Expanding facets (Show more) performs a...
2019-05-23 Nick ClemensBug 14385: (RM follow-up) Remove line from bad rebase
2019-05-07 Tomas Cohen AraziBug 22813: (follow-up) Add missing condition
2019-05-07 Tomas Cohen AraziBug 22813: remove repetitive queries inside two nested...
2019-04-16 Owen LeonardBug 22695: Remove non-XSLT search results view from...
2019-02-15 Fridolin SomersBug 22140: Use of EasyAnalyticalRecords pref in search
2018-12-26 Julian MauriceBug 21789: Example usage of I18N Template::Toolkit...
2018-11-06 Nick ClemensBug 20078: Add accelerated reading indexes to getIndexes
2018-11-02 Marcel de RooyBug 14385: (QA follow-up) Additional changes and fixes
2018-11-02 Mark TompsettBug 14385: Squash of a lot of patches rebased
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-10-09 Fridolin SomersBug 20151: always use current language for stemming
2018-08-31 Tomas Cohen AraziBug 14302: (follow-up) Remove traces in C4::Search...
2018-07-18 Martin RenvoizeBug 18322: (follow-up) Use authorized value labels
2018-07-13 Nick ClemensBug 18822: Check if we have MARC::Record and convert...
2018-05-29 Marcel de RooyBug 20696: Fix a few ugly "eq undef" comparisons in...
2018-04-20 Julian MauriceBug 19873: (QA follow-up) Prevent warnings
2018-04-20 Alex ArnaudBug 19873: Ability to search on 0 value
2018-04-02 Kyle M HallBug 20369: Analytics search is broken with QueryAutoTru...
2018-03-26 Katrin FischerBug 20067: Fix other checks for linked authorised value...
2018-01-19 Olivier CrouzetBug 19971: Typo in the comments of parseQuery routine
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-14 Jonathan DruartBug 18854: Make sure offset will not be < 0 - protect...
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-04-14 Fridolin SomersBug 17821 - due date in intranet search results should...
2017-03-31 David CookBug 15541 - Prevent normalization during matching/impor...
2016-12-22 Jonathan DruartBug 17764: (bug 17556 follow-up) Fix search for logged...
2016-12-09 Jonathan DruartBug 17556: Koha::Patrons - Remove GetHideLostItemsPrefe...
2016-12-09 Jonathan DruartBug 15822: Fix 500 error when searching if items.onloan...
2016-11-22 Kyle M HallMerge remote-tracking branch 'translations/16.11.0...
2016-11-22 Jonathan DruartBug 17278: Fix "show all items" link
2016-11-22 Jonathan DruartBug 17278: Use available limit when requesting zebra...
2016-11-18 Jonathan DruartBug 17642: Add and use get_descriptions_by_koha_field
2016-10-21 Jonathan DruartBug 17253: Koha::AuthorisedValues - Remove GetKohaAutho...
2016-10-21 Jonathan DruartBug 17250: Do not retrieve marc subfield structure...
2016-10-21 Jonathan DruartBug 17250 - Koha::AuthorisedValues - Remove GetAuthValCode
2016-10-11 Jonathan DruartBug 17248 - Koha::AuthorisedValues - Remove GetKohaAuth...
2016-09-09 Jonathan DruartBug 17193: Remove C4::Search::SearchAcquisitions
2016-09-08 Marcel de RooyBug 15758: [QA Follow-up] Corrections related to GetBra...
2016-09-08 Marcel de RooyBug 15758: [QA Follow-up] Some corrections related...
next