Fixed notify stash manticoresearch call still using obsolete 'index' key.
This commit is contained in:
@@ -754,7 +754,7 @@ export async function notify(sceneIds, options = {}) {
|
|||||||
|
|
||||||
const docs = stashedEntries.map((stash) => ({
|
const docs = stashedEntries.map((stash) => ({
|
||||||
replace: {
|
replace: {
|
||||||
index: 'scenes_stashed',
|
table: 'scenes_stashed',
|
||||||
id: stash.id,
|
id: stash.id,
|
||||||
doc: {
|
doc: {
|
||||||
scene_id: stash.scene_id,
|
scene_id: stash.scene_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user