Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding and removing items from the index #7

Open
jonmountjoy opened this issue Mar 16, 2024 · 2 comments
Open

Adding and removing items from the index #7

jonmountjoy opened this issue Mar 16, 2024 · 2 comments

Comments

@jonmountjoy
Copy link

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!

@shoaibkhalid-int
Copy link

hey @jonmountjoy, did you find anything?

@jonmountjoy
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants