-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Triage
-
ALL
-
I didn't see an option for Atlas for the Project. While following the facet tutorial and using the $searchMeta stage in the Atlas aggregate builder, the following exception is given in the web console; The same aggregate works using the Node driver so I'm assuming this is an exception happening during data transfer from the UI.
{
"errorCode": "OPERATION_ERROR",
"message": "Reason: [01:14:05.242] Error interpreting pipeline string '[{\"$searchMeta\": {\"facet\": {\"operator\": {\"near\": {\"path\": \"released\", \"origin\":
, \"pivot\": {\"$numberLong\": \"7776000000\"}}}, \"facets\": {\"genresFacet\":
{\"type\": \"string\", \"path\": \"genres\"}, \"yearFacet\": {\"type\": \"number\", \"path\": \"year\", \"boundaries\": [1910, 1920, 1930, 1940]}}}}},{\"$limit\": 20},{ \"$limit\" : 20 }]' as list : error decoding key 0: invalid JSON input; expected {",
"params": [
"[01:14:05.242] Error interpreting pipeline string '[{\"$searchMeta\": {\"facet\": {\"operator\": {\"near\": {\"path\": \"released\", \"origin\":
, \"pivot\": {\"$numberLong\": \"7776000000\"}}}, \"facets\": {\"genresFacet\":
{\"type\": \"string\", \"path\": \"genres\"}, \"yearFacet\": {\"type\": \"number\", \"path\": \"year\", \"boundaries\": [1910, 1920, 1930, 1940]}}}}},{\"$limit\": 20},{ \"$limit\" : 20 }]' as list : error decoding key 0: invalid JSON input; expected
{" ], "version": "1", "status": "ERROR" }