Skip to content

Commit

Permalink
add new storage type capabilities to filter object and list types
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Nov 7, 2020
1 parent a613a1d commit 029dd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/constants.ts
Expand Up @@ -34,6 +34,8 @@ export const storageDataTypeCapabilities = {
not_contains: sdtcVALUE,
not_starts_with: sdtcVALUE,
not_ends_with: sdtcVALUE,
includes: sdtcVALUE,
not_includes: sdtcVALUE,
};

export const entityPropertiesWhitelist: Array<string> = [
Expand Down

0 comments on commit 029dd7e

Please sign in to comment.