New: Category filter for Indexers

This commit is contained in:
Bogdan
2024-01-23 07:58:35 +02:00
parent ebb66e9086
commit a20a81f424
6 changed files with 82 additions and 2 deletions
@@ -186,6 +186,12 @@ export const defaultState = {
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.APP_PROFILE
},
{
name: 'categories',
label: () => translate('Categories'),
type: filterBuilderTypes.ARRAY,
valueType: filterBuilderValueTypes.CATEGORY
},
{
name: 'tags',
label: () => translate('Tags'),