From 3656c13ba1e680025b8d7c4a75b63e4df4f819e0 Mon Sep 17 00:00:00 2001 From: EricTietz <104206970+EricTietz@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:03:14 +0200 Subject: [PATCH] fix: add new constraint for persona functionality --- src/Constraints.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Constraints.php b/src/Constraints.php index e798174..07ef0e6 100644 --- a/src/Constraints.php +++ b/src/Constraints.php @@ -160,4 +160,9 @@ final class Constraints * Array of weather groups that will be used to build makaira boost fields */ const WEATHER_GROUPS = 'weather_groups'; + + /** + * Use data for specific persona in this query. + */ + const PERSONA = 'query.persona'; }