MyCoRe-Org / JSPDocportal

base modules for JSP based docportal
GNU General Public License v3.0
0 stars 2 forks source link

opening searchmask with url displays '0' if no searchValue is present #8

Closed rsteph-de closed 1 year ago

rsteph-de commented 3 years ago

We use the URL /search/{search-mask}?searchField=profkat.name&searchValue=Kr* to initialize a searchmask with values from URL params. This feature can be used to forward data from a simple search-bar ("Einschlitzssuche") to a more complex searchmask.

There is an issue with the javascript handling emtpy/null values.