This commit is contained in:
2018-11-30 19:37:15 +00:00
parent 793695942e
commit 3bc821d074
6 changed files with 64 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ namespace raven_integration
d.name = Util.Uniquify("Test DataFilter");
// d.ownerId = 1L;
d["public"] = true;
d.listKey = "Widget";
d.listKey = "widget";
//"[{fld:"name",op:"!=",value:"Notequaltothis"},{fld:"tags",op:"Eq",value:"[23,456,54]"}]
dynamic dfilter = new JArray();