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
match_fields allows us to selectively apply Actions. But the current implementation of match_fields does not allow us to do things like empty string checking, object type checking, etc.
We have two ways: write own query language or describe it in config.
match_fields
allows us to selectively apply Actions. But the current implementation ofmatch_fields
does not allow us to do things like empty string checking, object type checking, etc.We have two ways: write own query language or describe it in config.
The new API will look like this:
It looks wordy than creating own language, but greatly simplifies the implementation.
I’ll explore alternative solutions.
The text was updated successfully, but these errors were encountered: