chrisdmacrae / atomic-algolia

An NPM package for running atomic updates to an Algolia indices
67 stars 13 forks source link

Add support for chunking #5

Open chrisdmacrae opened 6 years ago

chrisdmacrae commented 6 years ago

Problem's to be solved

In order to increase search relevancy and deal with yuuuuuge records, @pixelstatic came up with the solution of chunking a record value into parts.

In his scenario, he chunks by paragraph on Jekyll's end.

In our case, we can't do that easily. But we can chunk records somewhat, and add documentation for more complex examples!