http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8994

Julian Maurice <julian.maur...@biblibre.com> changed:

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

--- Comment #8 from Julian Maurice <julian.maur...@biblibre.com> ---
Created attachment 41861
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41861&action=edit
Bug 8994: Improve FindDuplicateAuthority

With two new sysprefs:
 - FindDuplicateOptions,
 - FindDuplicateMaxResults,
you can modify the behaviour of this sub in order to fit your needs.

You can now search on another index than 'he' and compare subfields of
search results.

For example, if FindDuplicateOptions is 'he,wrdl/2..ab | See/4..ab',
FindDuplicate will search on index 'he' and try to compare $a and $b
subfields for all 2XX fields of search results with $a and $b for 2XX
fields of newly created authority. If there is no results it will try to
search on 'See' index and compare 4XX$a$b of search results with 2XX$a$b
of created authority.

FindDuplicateMaxResults define how many results should be fetched for
comparison.

The '/2..ab' part can be omitted from FindDuplicateOptions. In this
case, no comparison is made on subfields and the first search result is
returned as duplicate.
To keep the current behaviour, fill FindDuplicateOptions with 'he,wrdl'
(default value in updatedatabase.pl)

Note: search on 'at' index is still done in all cases, so only the
authorities of the same type are returned.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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