Skip to content

Commit

Permalink
MAKAIRA-4467 add new variable to decide if filters sent from the clie…
Browse files Browse the repository at this point in the history
…nt should be merged or prioritized
  • Loading branch information
duongnfq841992 committed Jun 19, 2024
1 parent 7ea9fe5 commit 8fa8748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RecommendationQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ class RecommendationQuery extends AbstractQuery implements MachineLearningSuppor
*/
public $diversify;

/**
* @var boolean
*/
public $mergeFilter = false;

/**
* @return string[]
*/
Expand Down

0 comments on commit 8fa8748

Please sign in to comment.