Skip to content

Commit

Permalink
feat: DefaultQueryOperator is now 'OR' if not set
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Apr 9, 2024
1 parent ac95e5e commit 98400b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dto/Search/Query/SearchQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SearchQueryBuilder
private array $facets = [];

private QueryOperator $defaultQueryOperator =
QueryOperator::AND;
QueryOperator::OR;

public function __construct()
{
Expand Down

0 comments on commit 98400b5

Please sign in to comment.