Search working

This commit is contained in:
Hein
2025-10-30 10:20:25 +02:00
parent bd47e9d0ab
commit 0943ffc483
3 changed files with 32 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ function _GlidlerAPIAdaptorForGoLangv2<T = unknown>(props: GlidlerAPIAdaptorForG
?.forEach((filter: any) => {
ops.push({
name: `${filter.id}`,
op: filter.operator,
op: 'contains',
type: 'searchor',
value: searchStr,
});