new tokens
This commit is contained in:
@@ -48,6 +48,12 @@ final class CommerceQueryParserConfig
|
||||
return $this->stringList('filter_search_tokens');
|
||||
}
|
||||
|
||||
/** @return string[] */
|
||||
public function getSearchControlTokens(): array
|
||||
{
|
||||
return $this->stringList('search_control_tokens');
|
||||
}
|
||||
|
||||
/** @return string[] */
|
||||
private function whitespacePreservingStringList(string $path): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user