We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f533377 commit 1a92ab1Copy full SHA for 1a92ab1
index.ts
@@ -99,6 +99,7 @@ export default class UniversalSearchPlugin extends AdminForthPlugin {
99
else if (searchBy === 'both') { addFilter(col.name); addFilter(`${col.name}__key`); }
100
});
101
if (!sub.length) return [];
102
+ console.log('UniversalSearchPlugin: transformed filter', f, '=>', sub);
103
return [Filters.OR(sub)];
104
}
105
return [f];
0 commit comments