return $terms;
}
-
/**
* Parse a standard search term string into individual search terms and
* extract any exact terms searches to be made.
$terms = explode(' ', $termString);
$indexDelimiters = SearchIndex::$delimiters;
$parsed = [
- 'terms' => [],
+ 'terms' => [],
'exacts' => [],
];