a small value (count of ranges) - missing a facet ...
# community-help
m
a small value (count of ranges) - missing a facet
Copy code
{
  "collection": "products:nz",
  "q": "*",
  "filter_by": "categoryids:=267",
  "facet_by": "price($100-:[0,100],$100+:[100,])",
  "limit": 0,
  "max_facet_values": 2
}
Copy code
{
  "facet_counts": [
    {
      "counts": [
        {
          "count": 604,
          "highlighted": "",
          "value": "$100-"
        }
      ],
      "field_name": "price",
    }
  ],
  "found": 4174,
  "out_of": 8022,
}