Chore/Accept Dynamic Variable From Metadata Filter (#5203)

* add acceptVariable property to vector store metadata filter

* add accepVariadd acceptVariable property to other json fields
This commit is contained in:
Henry Heng
2025-09-13 11:28:53 +01:00
committed by GitHub
parent 6e2f2df269
commit 6885c38d18
19 changed files with 38 additions and 19 deletions
@@ -89,7 +89,8 @@ class MeilisearchRetriever_node implements INode {
type: 'string',
description: 'search filter to apply on searchable attributes',
additionalParams: true,
optional: true
optional: true,
acceptVariable: true
}
]
this.outputs = [