I have a projection which calls emit and writes to a stream called $projections-SalesCompletedBuilder-result
I have another projection which works fromAll
We expected the emiited event to appear in this projection but it does not appear to.
Could the name of my stream be causing fromAll to not see these types of events?