]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1901597: Allow multi-subfield match in vandelay.strip_field
authorMike Rylander <mrylander@gmail.com>
Mon, 26 Oct 2020 19:26:09 +0000 (15:26 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 24 Sep 2021 18:45:57 +0000 (14:45 -0400)
commit6aecb1ab42286373b5e74d6a9c069da7a92d7b98
treee47e9da90c75167cef2d370884bc7a958c4bf70f
parente6097bf5baa974940a083095bbddda1d8c15e448
LP#1901597: Allow multi-subfield match in vandelay.strip_field

Now, when supplying a subfield match restriction for use with
vandelay.strip_field, you can separate multiple restrictions with '&&'
(no quotes).  For instance, to remove a Located URI 856 for for a
combination of a specific owner and a specific domain, you might say:

 856[u~oldservice.com && 9~MYLIB]

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.strip_field_multimatch.sql [new file with mode: 0644]