UI: generic Server Error when searching for * or + (asterisk or plus)
Author: sforster-meteomaticsCreated Sep 15, 2026Updated Sep 15, 2026
Labelstype/bugtheme/uihcc/jira
Nomad version
2.0.0
Operating system and Environment details
Debian 13.6, 3 node server cluster, multiple clients
Issue
When entering * or + in the search field on the /ui/jobs page, there is a Server Error page.
Reproduction steps
- Open the web UI
- Enter
*or+in the search field
Expected Result
Either the search should return nothing or convert it to a valid regex. The current behaviour is confusing as it sends the user to an error page instead of stating what the problem is.
Actual Result
Server Error
Nomad Server logs
Sep 15 06:35:13 <servername> nomad[1143]: 2026-09-15T06:35:13.884Z [ERROR] http: request failed: method=GET path="/v1/jobs/statuses?filter=Name%20matches%20%22%28%3Fi%29%2A%22&namespace=%2A&per_page=50" error="RPC Error:: 500,failed to read result page: failed to compile regular expression \"(?i)*\": error parsing regexp: missing argument to repetition operator: `*`" code=500Source: hashicorp/nomad