From 12a8b6d1148c7d616296c8ab4ed86cbc856e3861 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 30 Jan 2024 11:19:34 -0400 Subject: find: find.artistIncludingAliases; exclude in find.artist --- src/find.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/find.js') diff --git a/src/find.js b/src/find.js index db35e0d8..9ed084d7 100644 --- a/src/find.js +++ b/src/find.js @@ -155,6 +155,12 @@ const find = { artist: findHelper({ referenceTypes: ['artist', 'artist-gallery'], + + include: artist => !artist.isAlias, + }), + + artistIncludingAliases: findHelper({ + referenceTypes: ['artist', 'artist-gallery'], }), artTag: findHelper({ -- cgit 1.3.0-6-gf8a5