diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml index 0c3d57fda05ddce1c1922b6c20e5855a9e3eb650..817a5c44d9636b1f3b4c91f0bf1e5b0f62042d4b 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