🍒 Added an endpoint to fetch comicBook mongo docs via array of ids
This commit is contained in:
@@ -59,9 +59,7 @@ export default class SettingsService extends Service {
|
||||
"Issue: ",
|
||||
ctx.params.queryObject.issueName
|
||||
);
|
||||
if (
|
||||
isNull(ctx.params.queryObject.volumeName)
|
||||
) {
|
||||
if (isNull(ctx.params.queryObject.volumeName)) {
|
||||
elasticSearchQuery = {
|
||||
match: {
|
||||
"rawFileDetails.name": {
|
||||
|
||||
Reference in New Issue
Block a user