reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

wf-list: fix name filtering #191

Closed mvidalgarcia closed 3 years ago

mvidalgarcia commented 3 years ago

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

mvidalgarcia commented 3 years ago
  • 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 :)

New commit added.

image