diff --git a/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module b/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module index 40696e5c..bc04dcaa 100644 --- a/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module +++ b/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module @@ -86,6 +86,8 @@ class ProcessPageSearch extends Process implements ConfigurableModule { '*=' => __('Contains phrase or partial word', $f), '%=' => __('Contains phrase/word using LIKE', $f), '~=' => __('Contains all the words', $f), + '^=' => __('Starts with', $f), + '$=' => __('Ends with', $f), ); }