fix p47
This commit is contained in:
@@ -206,6 +206,11 @@ final class CommerceQueryParserConfig
|
||||
return $this->string('patterns.direct_product_digit');
|
||||
}
|
||||
|
||||
public function getExactProductNumberSearchTextPattern(): string
|
||||
{
|
||||
return $this->string('patterns.exact_product_number_search_text');
|
||||
}
|
||||
|
||||
public function getDirectProductMaxTokens(): int
|
||||
{
|
||||
return $this->int('limits.direct_product_max_tokens');
|
||||
|
||||
Reference in New Issue
Block a user