irods-contrib / metalnx-web

Metalnx Web Application
https://metalnx.github.io/
BSD 3-Clause "New" or "Revised" License
36 stars 36 forks source link

hitting return key should submit global search field #288

Closed trel closed 2 years ago

trel commented 2 years ago

The 'pluggable.search' page currently requires a manual click on the 'Search' button to submit the query terms.

This should also be submitted by a keypress of the return key.

https://github.com/irods-contrib/metalnx-web/blob/42a25bc66ea40a60c2cfe772ad88d497a1f88757/src/metalnx-web/src/main/javascript/search/components/Search.vue#L5-L19