is query-like searching going to be included in 2.0?

+1 vote
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"
asked Apr 5, 2018 by anonymous

1 Answer

0 votes
I'm afraid this level of querying is not currently on the 2.0 roadmap, though it is part of the longer term plan.
answered Apr 5, 2018 by MultiChain
...