Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
json={query:"content:foo", facet:{zz:{field:id}}}
this works fine, but if we mistype } instead of ,
json={query:"content:foo"} facet:{zz:{field:id}}}
It's captured only partially, here's we have under debug
"json":{"query":"content:foo"},
I suppose it should throw an error with 400 code.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-12330 JSON Facet syntax errors are responded as runtime exceptions with 500 code
- Closed