Skip to content

search: add support for streaming search

Warren Gifford requested to merge sh/support-streaming into main

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.

Screenshot 2021-03-04 at 13 43 53 We will add support for JSON in a follow-up PR.

Merge request reports

Loading