We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7908 commit d3b293eCopy full SHA for d3b293e
1 file changed
app/Libraries/Search/BeatmapsetSearch.php
@@ -217,7 +217,7 @@ private function addFeaturedArtistFilter()
217
218
if ($this->excludes->featuredArtist !== null) {
219
$trackIds = ArtistTrack::where('artist_id', $this->excludes->featuredArtist)->pluck('id');
220
- $this->nestedMustNot->should(['terms' => ['track_id' => $trackIds]]);
+ $this->query->mustNot(['terms' => ['track_id' => $trackIds]]);
221
}
222
223
0 commit comments