search: add support for streaming search
Created by: stefanhengl
Stacked on top of #484
This adds the flag -stream
to the search
sub-command. Searches
submitted with -stream
are routed to the endpoint search/stream
instead of the GraphQL api.
In addition, users can set -display <int>
to set the display limit.