You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this client support basic operations like adding and removing items from an index? If I can't add to the index, there's little point me searching :-)
For example, using the other package I can do something like:
Sadly not @shoaibkhalid-int , as being able to create an item for the index is pretty fundamental - so I switched to this library (not maintained very much)
Does this client support basic operations like adding and removing items from an index? If I can't add to the index, there's little point me searching :-)
For example, using the other package I can do something like:
Future addOrReplaceDeck(Deck deck) async { AlgoliaIndexReference idx = algolia.instance.index('my_index'); var task = await idx.addObject(toJSON(deck)); }
Thank you!
The text was updated successfully, but these errors were encountered: