with facet filter ```{ "query_by": "name,author...
# community-help
s
with facet filter
Copy code
{
  "query_by": "name,author,description",
  "q": "s",
  "highlight_fields": "name,author,description",
  "facet_by": "type(sort_by:_alpha:asc)",
  "filter_by": "type:book",
  "page": 1,
  "per_page": 10
}