What version of mongodb was full $text query operator introduced?
Posted
by
Marc Maxson
on Stack Overflow
See other posts from Stack Overflow
or by Marc Maxson
Published on 2014-08-22T15:52:15Z
Indexed on
2014/08/22
16:21 UTC
Read the original article
Hit count: 195
mongodb
Stupid question, right? But the official docs for 'text index' say:
http://docs.mongodb.org/manual/core/index-text/
Text Indexes
New in version 2.4.
To perform queries that access the text index, use the $text query operator.
Whereas if you click on the help for searching the index you created with the $text operator, it reads:
http://docs.mongodb.org/manual/reference/operator/query/text/#op._S_text
$text
New in version 2.6.
Seems to be 2.4 but still having problems wiht it.
© Stack Overflow or respective owner