Appbar
Description: Shows quick navigation options and filters related to the search query.
API Response Structure:
{
"navigation": {
"categories": [
{
"name": "Category",
"url": "https://example.com/category",
"count": 150,
"isActive": false
}
],
"filters": [
{
"type": "Time",
"options": ["Past hour", "Past day", "Past week"],
"selected": null
}
],
"tools": [
{
"name": "Sort by",
"options": ["Relevance", "Date", "Rating"]
}
]
},
"suggestions": [
{
"text": "Related filter",
"type": "Refinement",
"count": 1000
}
],
"type": "appbar"
}
Fields:
-
navigation
(object): Navigation options-
categories
(array): Main categories -
filters
(array): Search filters -
tools
(array): Search tools
-
-
suggestions
(array): Filter suggestions -
type
(string): Always "appbar"