How can i query on a subset of the keys for a stream?

+1 vote
I have a stream which contains a tuple of keys, i am currently using the alpha 2.0. I don't seem to be able to specify just some of the elements in the tuple.
asked May 15, 2018 by maracujah

1 Answer

0 votes

If the keys are specified correctly when publishing, each is indexed separately by MultiChain 2.0, and each should appear as a separate entry in the keys array when listing stream items.

In this case, you can search by individual key, but there isn't currently a search for the intersection of multiple keys.

answered May 16, 2018 by MultiChain
...