Ticket #176: query_nothing_and_not.patch
File query_nothing_and_not.patch, 504 bytes (added by , 17 years ago) |
---|
-
api/omqueryinternal.cc
631 631 } 632 632 break; 633 633 case OP_AND_MAYBE: 634 case OP_AND_NOT: 634 635 // If left hand side is MatchNothing, we match nothing. 635 636 // If right hand side is MatchNothing, replace node with LHS. 636 637 // So, if either node is MatchNothing, replace node with LHS.