Skip to content
Snippets Groups Projects
Commit 41e91fdd authored by Demian Katz's avatar Demian Katz
Browse files

Removing VUFIND-160 workaround now that it is no longer needed (thanks to...

Removing VUFIND-160 workaround now that it is no longer needed (thanks to VUFIND-715 Yaml library improvements).
parent e4038105
No related merge requests found
......@@ -420,12 +420,9 @@ CallNumber:
# Escape colons (unescape first to avoid double-escapes):
- [preg_replace, "/(\\\:)/", ':']
- [preg_replace, '/:/', '\:']
# Strip pre-existing trailing asterisks:
# Strip pre-existing trailing asterisks, then add a new one:
- [preg_replace, "/\*+$/", ""]
# Ensure we have just one trailing asterisk. The trailing space inside
# the quotes has no effect on searching; it is a workaround for a
# Horde::YAML parsing glitch -- see VUFIND-160 in JIRA for details.
- [append, "* "]
- [append, "*"]
QueryFields:
callnumber:
- [callnumber_exact, 1000]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment