Searching for a stream in EventStore

Viewed 6134

Is it possible to search for a stream not by StreamId but by some another Stream attribute? For example, if every stream has CustomerId in the Headers and I would like to search for all the streams with the particular CustomerId.

4 Answers
Related