]> git.evergreen-ils.org Git - Evergreen.git/commit
Normalize ISSNs on ingest so that "1972-156X" gets added as " 1972 156x " to mfr...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 8 Nov 2009 01:29:04 +0000 (01:29 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 8 Nov 2009 01:29:04 +0000 (01:29 +0000)
commit80bc127302528898961e1b32ff8e7d49f50bbf4c
treed7b0fed0c5a35be2be500a8f0065e00373040332
parentef8ecdf41fb95ad27e0eaf5aef2e54cf92936963
Normalize ISSNs on ingest so that "1972-156X" gets added as " 1972 156x " to mfr / mkfe

This enables keyword searching of this subset of ISSNs to work because it
sidesteps the full text search tokenizer that would otherwise have indexed
the values as "1972", "-156", and "x".

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14825 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm