search: basic streaming search integration test
Created by: limitedmage
Mocking streaming search events in integration tests in a kinda hacky way. PollyJS doesn't seem to support keeping requests alive, so all events need to sent at once. Note that due to our current implementation of streaming search ('fake streaming'), the done
event needs to be sent and we can't (yet) test partial results.