sikanhe/algolia-elixir

Save an Object without OBJECT ID

Closed this issue · 3 comments

It is undoubtedly best Elixir Algolia Client API Library. However, I figure out that the library missed a functionalities that is to save an object without passing object-ID .

I figure out some feature is missing.
They are

  1. Batch File Save
  2. Batch File Save in Multiple Indexes

Algolia requires you to specify an object id for each doc.

Multi index is already implemented by using multi : https://github.com/sikanhe/algolia-elixir#multiple-queries-at-once

Batch save: https://github.com/sikanhe/algolia-elixir/blob/master/lib/algolia.ex#L172

Gonna close this for now, let me know if you have any questions. Gladly reopen if there are still issues.

I am guessing that you want the functionality for algolia to generate an objectID by itself ?

add_object and add_objects without objectID feature is now added with version 0.4.0