$match doc behavior is confusing #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
$matchin a multi-doc stream can match either sibling documents in the same file or documents from parent files. The code infindMatchesprioritizes parents: if any parent doc matches, siblings are not checked. This is confusing and limiting and needs better thought.Add tests: $match should match sibling OR parent docs, not bothto $match doc behavior is confusing