Skip to content

renanfeluck/Nodejs-Algolia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-Algolia

Develop by Renan Felipe Luckow

Run the project:

npm install

npm start

ROUTES:

-Export:

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

Output:

Export the index informations to a .json file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published