summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73939: Make debugString for matchExpressions consistentAdityavardhan Agrawal2023-03-201-8/+2
* SERVER-73663 Field name redaction for LeafMatchExpressions #10765Jess Balint2023-02-241-5/+12
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-1/+2
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-24/+12
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-0/+86