title | issue |
---|---|
Processing boolean queries for Custom Search |
NEXT-13055 |
- Added new public constant property
BOOLEAN_CLAUSE_AND
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to define possible value for$booleanClause
- Added new public constant property
BOOLEAN_CLAUSE_OR
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to define possible value for$booleanClause
- Added new public method
setBooleanClause
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to set$booleanClause
- Added new public method
getBooleanClause
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to get$booleanClause
- Added new public method
setTokenTerms
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to set$tokenTerms
- Added new public method
getTokenTerms
inShopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern
to get$tokenTerms