A query https://jobs.monashcoding.com/jobs?search=*&jobTypes%5B%5D=INTERN&page=1 results in a failed to render page. This seems to be a result of trying to search using malformed regex causing an error somewhere.
There is a relevant regex filter to the jobs mongodb query but is not checked for valid regex. https://github.com/monashcoding/mploy-app/blob/ae9d352300d717d94d7f164a47821601a9c957e7/frontend/src/app/jobs/actions.ts#L62C1-L66C9/