🔎 Added more fields to match against for library searches

This commit is contained in:
2022-03-07 21:29:24 -08:00
parent 336735ef03
commit d9870c7e97

View File

@@ -82,9 +82,9 @@ export default class SettingsService extends Service {
}); });
} else { } else {
Object.assign(eSQuery, { Object.assign(eSQuery, {
match: { multi_match: {
"rawFileDetails.name": fields: ["rawFileDetails.name", "sourcedMetadata.comicvine.name", "sourcedMetadata.comicvine.volumeInformation.name"],
query.volumeName, query: query.volumeName,
}, },
}); });
} }