Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Matcher.pm
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-03-02 Jonathan DruartBug 24735: Remove QueryParser-related code
2020-01-28 Andreas JonssonBug 24348: Pass marc record to _passes_required_checks
2019-08-16 Nick ClemensBug 23324: Add an ISBN normalization routine
2019-08-08 Nick ClemensBug 23322: Correct case for boolean in ES search
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-05-23 Nick ClemensBug 22046: Simplify and unify the code for get_matches
2018-11-26 Ere MaijalaBug 19365: Fix several issues with the Elasticsearch...
2018-11-02 Jonathan DruartBug 21606: [sql_modes] Fix matching rules insert
2018-10-03 Cori Lynn ArnoldBug 18584: Removed white space in C4/Matcher.pm
2017-11-26 Nick ClemensBug 18131: Followup - Use data if biblionumber_tag...
2017-11-26 Jonathan DruartBug 18131: ES - Fix matching staged records - Authority
2017-11-26 Jonathan DruartBug 18131: ES - Fix matching staged records
2017-06-15 David CookBug 17710 - C4::Matcher::get_matches and C4::ImportBatc...
2017-03-31 David CookBug 15541 - Prevent normalization during matching/impor...
2016-10-28 Nick ClemensBug 14629 - Add aggressive ISSN matching feature equiva...
2016-10-21 Tomas Cohen AraziBug 17318: Make C4::Matcher::_get_match_keys handle...
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-04-01 David Cook Bug 15745: C4::Matcher gets CCL parsing error if term...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove empty BEGIN block
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove use vars qw();
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2014-05-05 Galen CharltonBug 10500: (follow-up) disable AggressiveMatchOnISBN...
2014-05-05 Jonathan DruartBug 10500: (follow-up) adjust for name of UNIMARC ISBN...
2014-05-05 Kyle M HallBug 10500: Improve ISBN matching when importing records
2014-02-28 Tomas Cohen AraziBug 11096: support the retrieval of large MARCXML records
2013-05-19 Jared Camins-EsakovBug 10230: no need to use SimpleSearch for matching...
2013-03-17 Jared Camins-EsakovBug 9239: Allow the use of QueryParser for all queries
2012-09-19 Jared Camins-EsakovBug 7475: Teach matching rules to handle authorities
2012-06-11 Chris CormackBug 7941 : Fix version numbers in modules
2012-04-06 Srdjanbug_7613: OCLC Connexion gateway
2011-04-08 Colin CampbellBug 5415 Let calls of SimpleSearch utilize considtent...
2010-06-25 Galen Charltonreplace references to defunct info email address
2010-06-09 Andrew ElwellFinal batch of POD cleanups.
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2009-10-05 Henri-Damien LAURENTCode Improvement : C4/Matcher.pm
2009-06-08 Galen Charltonbug 2505: enable warnings in C4::ImportBatch and C4...
2009-04-15 Ryan HigginsBut 3117 : fix typo in C4::Matcher causing compilation...
2009-04-04 J. David BavousettModifications to C4/Matcher for colon and ending punctu...
2008-07-10 Andrew Moorebug 1980: updateing calls to SimpleSearch to limit...
2008-04-17 Chris NighswongerPorting SimpleSearch return changes to all code calling it.
2008-01-08 Joe AtzbergerMatcher.pm - BEGIN block VERSION and vars related to...
2007-11-17 Galen Charltonadded editor for MARC matching rules
2007-11-16 Galen Charltonmatching enhancements -- allow matching rule to be...
2007-11-16 Galen Charltonbibliographic matching enhancements
2007-10-29 Galen Charltonmore work on the import changes; introduced C4::Matcher