Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.3.8
-
None
-
None
-
SDK39: CLQ, Docs
Description
When serialisation occurs during the Export method that generates the JSON to be used to submit the query to the server, an exception is thrown for both PhraseQuery and DocIdQuery.
This is because the JArray property needs to wrapped in a JProperty first. This is the same issuse that was corrected in NCBC-1213.