Documentation Index
Fetch the complete documentation index at: https://algolia.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Categorization
is a powerful Algolia feature that can be used out of the box with the Magento extension.
You can natively use the categories attribute from the product .
[
// ...
"categories" :{
level0: [ "Men" ],
level1: [ "Men /// Tops" ],
level2: [ "Men /// Tops /// Hoodies & Sweatshirts" ]
}
// ...
]
Configure the Query Categorization’s settings with this attribute selecting its hierarchical levels in the Query Categorization > Categories settings section of the configuration within the Algolia dashboard:
For more information about enabling and configuring this feature,
see Query Categorization.