Added entity_ids column to manticore scenes table.

This commit is contained in:
DebaucheryLibrarian
2024-03-24 22:16:58 +01:00
parent 7171ac9252
commit f1f618d3a7
3 changed files with 5 additions and 132 deletions

View File

@@ -133,6 +133,7 @@ async function updateManticoreSceneSearch(releaseIds) {
network_id: scene.network_id || undefined,
network_slug: scene.network_slug || undefined,
network_name: scene.network_name || undefined,
entity_ids: [scene.channel_id, scene.network_id], // manticore does not support OR, this allows IN
actor_ids: scene.actors.map((actor) => actor.f1),
actors: scene.actors.map((actor) => actor.f2).join(),
tag_ids: scene.tags.map((tag) => tag.f1),