From ca2fcad5a385195896f9a6e7d42a7edf4d4092af Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 18 Feb 2018 14:15:18 +0100 Subject: [PATCH] Add v2.1 tag to new arguments [ci skip] --- website/api/matcher.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/api/matcher.jade b/website/api/matcher.jade index f32b0f372..00260a109 100644 --- a/website/api/matcher.jade +++ b/website/api/matcher.jade @@ -113,6 +113,7 @@ p Match a stream of documents, yielding them in turn. +row +cell #[code return_matches] + +tag-new(2.1) +cell bool +cell | Yield the match lists along with the docs, making results @@ -120,6 +121,7 @@ p Match a stream of documents, yielding them in turn. +row +cell #[code as_tuples] + +tag-new(2.1) +cell bool +cell | Interpret the input stream as #[code (doc, context)] tuples, and