npm install
npm start
- Project will run at: "http://localhost:3001"
Route: /algolia/export?applicationId=____&apiKey=_____&indexName=______
Body:
{
"options": {
"attributesToRetrieve": ["objectID"],
"facetFilters": ["attribute_to_filter:true"]
}
}
in Options all algolia options can be used: https://www.algolia.com/doc/api-reference/api-methods/browse/#retrieve-only-certain-attributes-when-browsing
Export the index informations to a .json file