🔎 Added more fields to match against for library searches
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user