Performs Algolia Post Batch
algolia_post_batch(config = create_config(), threshold_kb = 10)
config | config as retrieved by create_config() (default: create_config()) |
---|---|
threshold_kb | (default: 10), 10 KB is threshold for free Algolia usage, 20 KB for paid for details: https://www.algolia.com/doc/faq/basics/is-there-a-size-limit-for-my-index-records/ |
performs batch operation at provided Algolia url (config$api_url) in case of sufficient rights of the provided API key (see: <https://www.algolia.com/doc/api-client/methods/api-keys/>)
<https://www.algolia.com/doc/rest-api/search/#batch-write-operations>
if (FALSE) { algolia_post_batch() }