Skip to content

Commit d3b293e

Browse files
committed
not nested
1 parent ead7908 commit d3b293e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Libraries/Search/BeatmapsetSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private function addFeaturedArtistFilter()
217217

218218
if ($this->excludes->featuredArtist !== null) {
219219
$trackIds = ArtistTrack::where('artist_id', $this->excludes->featuredArtist)->pluck('id');
220-
$this->nestedMustNot->should(['terms' => ['track_id' => $trackIds]]);
220+
$this->query->mustNot(['terms' => ['track_id' => $trackIds]]);
221221
}
222222
}
223223

0 commit comments

Comments
 (0)