Allow quotes in where clause (nindex debug page only)

This commit is contained in:
Alfredo Cardigliano 2020-01-07 20:23:49 +01:00
parent 481a00a2ad
commit 33d52338a4
2 changed files with 2 additions and 1 deletions

View file

@ -1065,6 +1065,7 @@ local known_parameters = {
["select_values_clause"] = validateUnquoted,
["approx_search"] = validateBool,
["where_clause"] = { whereCleanup, validateUnquoted },
["where_clause_unck"] = { whereCleanup, validateUnchecked },
["begin_time_clause"] = validateUnquoted,
["end_time_clause"] = validateUnquoted,
["flow_clause"] = validateSingleWord,