-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.1
-
Component/s: HTTP Console
-
Environment:OSX, Linux
-
ALL
-
when the filter string starts with nan the REST interface throws an error:
Query: http://localhost:28017/bie/user/?filter_email=nan@yahoo.com#
in 2.0.2: error loading page: Number nan cannot be represented in JSON
in 2.2.1:
{
"offset" : 0,
"rows": [
],
"total_rows" : 0 ,
"query" :
,
Error: Parse error on line 8:
...uery" :
, "millis" :
-----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['