https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39079

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #177706|0                           |1
        is obsolete|                            |

--- Comment #3 from Nick Clemens (kidclamp) <[email protected]> ---
Created attachment 180108
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180108&action=edit
Bug 39079: Follow 'and_or' variable when passed to build_auth_query_compat

When building queries for matchign Zebra uses OR to combine searches -
Elasticsearch
has been effectively using 'AND' - this patch checks whether and_or has been
passed
and follows the variable when present.

To test:
1 - Have an import file of auths with multiple 035
2 - Setup an authority matching rule
    Search index: other-control-number
    Score: 1000
    Tag: 035
    Subfields: a
3 - Make sure Koha is using Elasticsearch
4 - Stage file without matching, import file
5 - Stage file again, using your matching rule
6 - Note all records match
7 - Setup Cataloging->Marc modification template
8 - Add an action to delete first 035 field
9 - Run it against the records you just imported
    You can use a report:
    SELECT authid FROM auth_header WHERE authid > #### (find the lowest new
record number in batch you imported)
10 - Change matching rule in batch to none, then back to your rule
11 - No matches!
12 - Apply patch, restart all
13 - Set matchign rule to none, then back to your rule
14 - Matches!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to