We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/#
The text was updated successfully, but these errors were encountered:
Fix method names in full text query documentation.
ede2f5e
Closes #3525
9c17ee0
0e96ef2
0aa805e
427b468
christophstrobl
No branches or pull requests
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/#
The text was updated successfully, but these errors were encountered: