I just need to know if there is way to query the eventstore and receive all the events in a particular stream by stream name with a wild card in the eventstore ui.
So if I have 500 streams named User-[some guid] I might want to see all the user streams sorted by date so I can look at the last few that were modified. Similarly to how the stream browser works but instead of “most recently appended to streams” it would be “top 10 most recently appended user-* streams”.
I have asked about this several times, generally I’m referred to the docs which have no info on this at all. I understand if it’s not possible. Feature isn’t valued, Can’t be done, I don’t care, I’d just like to know so I can sift through tons of streams in the $all view trying to find my target with out thinking there is a better way.
Thanks,
R