Result with (Not expected) : (country:[`India`] &...
# community-help
m
Result with (Not expected) : (country:[
India
] && company_name:[
Acme Corp 6
]) || $development(workspace_id: 'a')
Copy code
{
  "facet_counts": [],
  "found": 2,
  "hits": [
    {
      "document": {
        "company_name": "Stark Industries",
        "country": "USA",
        "development": {
          "company_id": "124",
          "id": "1",
          "stage": "saved",
          "user_id": "test",
          "workspace_id": "a"
        },
        "id": "124",
        "num_employees": 5215
      },
      "highlight": {},
      "highlights": []
    },
    {
      "document": {
        "company_name": "Acme Corp 6",
        "country": "INDIA",
        "id": "122",
        "num_employees": 2133
      },
      "highlight": {},
      "highlights": []
    }
  ],
  "out_of": 8,
  "page": 1,
  "request_params": {
    "collection_name": "companies",
    "first_q": "*",
    "per_page": 10,
    "q": "*"
  },
  "search_cutoff": false,
  "search_time_ms": 0
}