Title says it all (or mostly): Is 2.0 going to include some form of searching using query?
For example:
I have 3 different asset "types" (lets say shirts, pants and hats), but right now I can only use:
listassets * (resulting in 4 shirts, 3 pants and 7 hats)
or
listassets shirtGreenLarge (resulting in 1 shirt)
Would be cool if we could say something like
listassets * where details.type == "shirt"