ORIENT/modules
Tobias Kündig dc72cafcd1
Don't persist failed search terms (#5039)
If a column is defined as searchable, that is not actually searchable (like a partial) and a user filters a list using the searchbox, an Exception is thrown.

Unfortunately, this errorenous search term has already been persisted to the session so on subsequent page loads, the user is presented with an Exception with no way to resolve it themselves.

This PR catches any exception that happens during the search and resets any persisted search terms so that the user can continue working after a page load.

The exception itself will still be thrown.

To reproduce the issue this PR solves:

Set a partial column in any list as searchable: true
Submit a search query
Hit F5
2020-04-27 01:55:40 -06:00
..
backend Don't persist failed search terms (#5039) 2020-04-27 01:55:40 -06:00
cms Added Serbian translation (#5040) 2020-04-14 21:58:47 -06:00
system Updated Russian translation (#5048) 2020-04-21 14:50:50 -06:00