Missing kernel to cypher mapping for limitation: EVENTUALLY_CONSISTENT

I have a graph DB with full text search index which has EVENTUALLY_CONSISTENT set to True
The problem is some of my MATCH queries return:

Missing kernel to cypher mapping for limitation: EVENTUALLY_CONSISTENT

For example i just added one property to some of my Nodes; now any query about those Nodes return the above error!

What is the problem?

I encountered the same issue here. Just recreated a fulltext index and a simple relationship query had this issue.

Hey, did you figure out the issue? I'm facing the same problem and re-indexing or restarting the database didn't help. Tried everything but no luck so far. When I remove the argument eventually_consistent then everything works fine but I need that argument.