Skip to content

Commit 0fb57a2

Browse files
committed
Add boosted artists to search index queries [WEB-2432]
1 parent 4ab4288 commit 0fb57a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Models/Collections/Agent.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ public static function searchBoostAgents()
9191
'field' => 'image_id',
9292
],
9393
],
94+
[
95+
'terms' => [
96+
'id' => $this->boostedIds(),
97+
]
98+
]
9499
];
95100
}
96101
/**

0 commit comments

Comments
 (0)