Skip to content

Bug in full text query documentation [DATAMONGO-2673] #3525

New issue

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

Closed
spring-projects-issues opened this issue Dec 25, 2020 · 0 comments
Closed

Bug in full text query documentation [DATAMONGO-2673] #3525

spring-projects-issues opened this issue Dec 25, 2020 · 0 comments
Assignees
Labels
type: bug A general bug type: documentation A documentation update

Comments

@spring-projects-issues
Copy link

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/#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

2 participants