Details
Description
When $nor expression has a single child node which contains a $text predicate, rewriting it to $not is invalid, since we forbid such constructs at the grammar level (since $text can only be applied to top-level documents). Applying this rewrite rule to such query could lead to incorrect plan selection.