server: Return SearchQuerySyntaxError as 400 instead of 500
It is caused by a client error; and raising it as 500 prevents the RPC client from re-raising it using the right class.
Loading
Please register or sign in to comment
It is caused by a client error; and raising it as 500 prevents the RPC client from re-raising it using the right class.