🔧 Support for LOCG

This commit is contained in:
2022-05-23 23:02:05 -07:00
parent 0b195d6ff3
commit c4b421bc28
6 changed files with 108 additions and 59 deletions

View File

@@ -90,6 +90,7 @@ export default class SettingsService extends Service {
multi_match: {
fields: [
"rawFileDetails.name",
"sourcedMetadata.locg.name",
"sourcedMetadata.comicvine.name",
"sourcedMetadata.comicvine.volumeInformation.name",
],
@@ -102,7 +103,7 @@ export default class SettingsService extends Service {
bool: {
must: {
term: {
"acquisition.wanted":
"acquisition.source.wanted":
true,
},
},