From 1acb122752029bfab69b7eb9530909aad405b330 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 22 Apr 2013 15:35:10 +0200 Subject: [PATCH] Document identity munge * ../config/vufind/searchspecs.yaml: Document identity munge. --- config/vufind/searchspecs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml index 0c3d57fda05..817a5c44d96 100644 --- a/config/vufind/searchspecs.yaml +++ b/config/vufind/searchspecs.yaml @@ -111,6 +111,10 @@ # testing "one two" # ...becomes (testing OR "one two") # +# identity: Use the search as-is +# testing "one two" +# ...becomes (testing "one two") +# # Additional Munge types can be defined in the CustomMunge section. Each array # entry under CustomMunge defines a new named munge type. Each array entry under # the name of the munge type specifies a string manipulation operation. Operations -- GitLab