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
After using the finder implementation ($(external-query ..) and Finder class) for a bit we've determined there are a few tweaks that should be made to improve it.
Populate finder fields and use them instead of the filter map.
Throw an error if a field is provided that cannot be filtered on. The primary goal is to require the user to explicitly query using findAll when they want to find something that cannot be filtered using the filters provided by the various cloud APIs.
Update @for, @log, and @print directives to use streams
Update the interface to allow for streaming results.
After using the finder implementation (
$(external-query ..)
andFinder
class) for a bit we've determined there are a few tweaks that should be made to improve it.findAll
when they want to find something that cannot be filtered using the filters provided by the various cloud APIs.@for
,@log
, and@print
directives to use streamsThe text was updated successfully, but these errors were encountered: