I am not getting any exception But while running the unit test case I am not getting any response or to be more precise not getting any result from query executionString query = "select * from [cq:Page] as a where contains(*, '"+keyword+"') and isdescendantnode(a, '/content/mysite')";
Iterator<Resou...