🔨 graphql refactor for missingFiles flag

This commit is contained in:
2026-03-09 17:11:14 -04:00
parent e5e4e82f11
commit c9f323e610
5 changed files with 434 additions and 52 deletions

View File

@@ -123,6 +123,11 @@ export default class SettingsService extends Service {
},
});
break;
case "missingFiles":
Object.assign(eSQuery, {
term: query,
});
break;
}
console.log(
"Searching ElasticSearch index with this query -> "