Hi everyone! I was wondering if someone already tr...
# prisma-whats-new
a
Hi everyone! I was wondering if someone already tried to use the Algolia extension and got the same pb than me (and solved it, if possible 🙂 ). My issue is that my algolia index is configured on my node A and that the node B is a child node of A (such as : { A { id name B { id } } }, the problem being that when I update the content of the node B without updating node A, my algolia index for node A is not updated with data from the new node B. Does anyone know how to solve that? Thank you very much in advance guys!