Algolia is a tool to index your data and give the best possible search result according to the user’s requirements. This is the best tool if you are looking to add Advanced search into your projects.
Make GET request on this endpoint to add or replace objects with required parameters(if any required).
https://v1.nocodeapi.com//algolia//index
Object | Description |
---|---|
indexName |
[Required] Name of your Indice from Algolia. |
type |
[Required] add or replace |
type |
[Required] Array of objects |
– Body data format example:
[
{
"firstname": "Jimmie",
"lastname": "Barninger"
}
]
Make GET request on this endpoint to search with required parameters(if any required).
https://v1.nocodeapi.com//algolia//search
Object | Description |
---|---|
indexName |
[Required] Name of your Indice from Algolia. |
q |
[Required] You search query to get result |