You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
$expr = $builder->expr()->operator('$text', array(
'$search' => $query,
'$language' => 'en', // or one of those other languages
));
$builder->field(null)->equals($expr->getQuery());
If you get the following error, you are probably missing the ->field(null) part…
http://docs.mongodb.org/master/reference/operator/query/text/#op._S_text
Prior to 2.6, text search is achieved via the text database command. We will not add special support for that.
The text was updated successfully, but these errors were encountered: