algolia-indexing icon indicating copy to clipboard operation
algolia-indexing copied to clipboard

Perform complex indexing operations with ease

Results 4 algolia-indexing issues
Sort by recently updated
recently updated
newest added

I'm looking to rewrite atomic-algolia in December, to add better intellisense, type safety, and such. At that time, I want to add the advanced feature sets of `algolia-indexing`, but _also_...

## Summary Allow a user-defined objectID to be used in the diffing algorithm to reduce the number of operations used when an existing record has only changed. ## Current behaviour...

## Summary Add the liveDiff functionality to the package. The liveDiff functionality will calculate all the operations needed to be done on the index, and then perform a live batch...

## Summary Add a CLI for easy use without the need of a custom script. This is useful for basic use-cases, like deploying an index generated by a static site...