From 8fa8748acca1e201c3dadae6e4805bdb38750aa7 Mon Sep 17 00:00:00 2001
From: Sunny
Date: Wed, 19 Jun 2024 11:30:45 +0700
Subject: [PATCH] MAKAIRA-4467 add new variable to decide if filters sent from
the client should be merged or prioritized
---
src/RecommendationQuery.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/RecommendationQuery.php b/src/RecommendationQuery.php
index 05f5f8b..bb6d261 100644
--- a/src/RecommendationQuery.php
+++ b/src/RecommendationQuery.php
@@ -129,6 +129,11 @@ class RecommendationQuery extends AbstractQuery implements MachineLearningSuppor
*/
public $diversify;
+ /**
+ * @var boolean
+ */
+ public $mergeFilter = false;
+
/**
* @return string[]
*/