You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a new type of filter named "Query" which should handle this common use case.
This will also create a recursive filter in a tree, targeting a specific property.
As with "filters", "queries" are cumulative (✔️ multiple criteria).
Example:
table.createQuery('login_count').from(['groups','users']).where(check.isGreaterThan).set(1000)// will check if "user.login_count" is greater than 1000 in users in groups
Experimental
Adding a new type of filter named "Query" which should handle this common use case.
This will also create a recursive filter in a tree, targeting a specific property.
As with "filters", "queries" are cumulative (✔️ multiple criteria).
Example:
TODO
réf. #115
The text was updated successfully, but these errors were encountered: