You are here

function _add_multi_search_tokens in HMS Field 7

Helper to extend values in search array

1 string reference to '_add_multi_search_tokens'
_hms_normalize_format in ./hms_field.module
Helper to normalize format.

File

./hms_field.module, line 646
Provides an hms_field functionality.

Code

function _add_multi_search_tokens($item) {
  return '/' . $item . '+/';
}