Skip to content

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

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions