mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Allow quotes in where clause (nindex debug page only)
This commit is contained in:
parent
481a00a2ad
commit
33d52338a4
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue