Closed
Description
alsetr opened DATAMONGO-2673 and commented
In examples 77 and 78 in Spring Data MongoDB - Reference documentation Version 3.1.2,2020-12-09 is an error.
It contains this line of code
Query query = TextQuery .searching(new TextCriteria().matchingAny("coffee", "cake"));
But class TextQuery doesn't have method searching()
Affects: 3.1.2 (2020.0.2)
Reference URL: https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#