I'm querying documents with multiple queries,but getting index not found error in response.
It's working fine with single query.
TL;DR
The user was getting an "index not found" error when running multiple queries but it was working fine with a single query. Another user suggested creating a new index for both attributes, "postedBy" and "isVersion". The first user followed this advice and confirmed that it solved the issue.