diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml index eaf01482b286f0cd8b8c883b67619218186a303b..23a64e6fe96f186e47ed772e879fc8031655b24b 100644 --- a/config/vufind/searchspecs.yaml +++ b/config/vufind/searchspecs.yaml @@ -145,6 +145,7 @@ # [preg_replace, pattern, replacement] - Perform a regular expression replace # using the preg_replace() PHP function. If you use backreferences in your # replacement phrase, be sure to escape dollar signs (i.e. \$1, not $1). +# [ucfirst] - Uppercase the first letter of each word in the string # [uppercase] - Convert string to uppercase # # See the CallNumber search below for an example of custom munging in action.