You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT phrase, insert_time2 from phrase WHERE match(phrase, 'brown fox', slop =0);
{'reason': 'Invalid SQL query', 'details': 'Parameter slop is invalid for match function', 'type': 'SemanticCheckException'}
SELECT phrase, insert_time2 from phrase WHERE match_phrase2(phrase, 'brown fox', slop =0);
TransportError(503, 'Exception', {'error': {'reason': 'There was internal problem at backend', 'details': '[701f78b8-da61-4eb1-a00a-18f089f5644d] Request SQLQueryRequest(jsonContent={"query":"SELECT phrase, insert_time2 from phrase WHERE match_phrase2(phrase, \'brown fox\', slop = 0)"}, query=SELECT phrase, insert_time2 from phrase WHERE match_phrase2(phrase, \'brown fox\', slop = 0), path=/_plugins/_sql/, format=jdbc, params={format=jdbc}, sanitize=true) is not supported and falling back to old SQL engine', 'type': 'Exception'}, 'status': 503})
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In some cases, SQL engine returns very unclear error messages on error.
What solution would you like?
A clear and user-friendly error messages.
The text was updated successfully, but these errors were encountered: