Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 1018 Bytes

2021-01-05-processing-boolean-queries-for-custom-search.md

File metadata and controls

11 lines (11 loc) · 1018 Bytes
title issue
Processing boolean queries for Custom Search
NEXT-13055

Core

  • Added new public constant property BOOLEAN_CLAUSE_AND in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to define possible value for $booleanClause
  • Added new public constant property BOOLEAN_CLAUSE_OR in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to define possible value for $booleanClause
  • Added new public method setBooleanClause in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to set $booleanClause
  • Added new public method getBooleanClause in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to get $booleanClause
  • Added new public method setTokenTerms in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to set $tokenTerms
  • Added new public method getTokenTerms in Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchPattern to get $tokenTerms