Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Add query operators introduced with MongoDB 3.2 #241

Merged
merged 2 commits into from
Jan 6, 2016
Merged

Add query operators introduced with MongoDB 3.2 #241

merged 2 commits into from
Jan 6, 2016

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Dec 13, 2015

This PR adds the $caseSensitive and $diacriticInsensitive options to $text queries as well as the following operators:

  • $bitsAllClear
  • $bitsAllSet
  • $bitsAnyClear
  • $bitsAnySet

@alcaeus alcaeus added this to the 1.3.0 milestone Dec 13, 2015
@jmikola
Copy link
Member

jmikola commented Jan 5, 2016

LGTM.

This adds support for the $caseSensitive and $diacriticSensitive options added
to text indexes in MongoDB 3.2.
@malarzm
Copy link
Member

malarzm commented Jan 5, 2016

👍

@alcaeus alcaeus merged commit dfc708c into doctrine:master Jan 6, 2016
@alcaeus alcaeus deleted the 3.2-query-operators branch January 6, 2016 08:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants