Hi @bsbodden ,
I have a simple Entity class with @document("MYENTITY:") annotation over it, where MYENTITY: represents key prefix in cache.
On running repository.save(myEntityObj); method, it saves that object with key for eg: MYENTITY:1
But when trying to save multiple entity objects using repository.saveAll method, it saves all objects with required keys but with double colon instead of single. Eg: MYENTITY::2
Please check this issue, because ft.search would work for keys with double colon as well, but json.get is not working