The search arg, received in r-w-controller, is more complex as it can
search for other fields apart from workflow name. For this reason, r-ui
needs to send which field we're searching for.
I think we could display some kind of a message if user tries to filter by name and there are no results. Currently it's just blank, not very user friendly :)
The search arg, received in r-w-controller, is more complex as it can search for other fields apart from workflow name. For this reason, r-ui needs to send which field we're searching for.
Context: https://github.com/reanahub/reana-workflow-controller/pull/384/files#diff-c62ab69eb0095073168ae14b880c5b63a61c9f3b2eb8f175df37ed772ba8eaa2R237-R239
closes #189