Pittsburgh-NEH-Institute / pr-app

eXist-db app development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Search throws error on invalid Lucene input

djbpitt opened this issue · comments

Expected behavior

Invalid search values should return human-friendly notification

Actual behavior

Invalid search values raise ugly eXist-db errors

Reproduction steps

Search for just a question mark

Additional information

Fix with try/except

Fixed by @ljo and @djbpitt