Testing out algolia search integration. I setup th...
# prisma-whats-new
w
Testing out algolia search integration. I setup the integration, and added an index in graphcool. A few minutes later and still no update on the algolia side of things. There's only one node in my data so I wouldn't expect index creation to take much time at all.
n
@wallslide did you make sure that the api key has add and delete records access rights? other than that, you can update the node with some update mutation, that will retrigger the sync
w
when I updated the data it triggered the index creation in algolia. Thanks.