set filter modal refactor

This commit is contained in:
Jan Prochazka
2024-08-19 09:27:51 +02:00
parent 84cd9d53b5
commit 4b5c136589
3 changed files with 52 additions and 80 deletions

View File

@@ -40,6 +40,7 @@ export const MongoFilterType: StructuredFilterType = {
supportNumberLikeComparison: true,
supportStringInclusion: true,
supportBooleanValues: true,
supportExistsTesting: true,
};
export const EvalFilterType: StructuredFilterType = {