From 33739032abca57334174715923aff7c4e63f3c5e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 14 Apr 2023 14:18:48 +0200 Subject: [PATCH] DOC: remove wrong statements from docs --- doc/Query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Query.md b/doc/Query.md index f9253d61..ca149967 100644 --- a/doc/Query.md +++ b/doc/Query.md @@ -435,5 +435,5 @@ Note, that this query without syntactic sugar looks like: ## Text matching + TODO: Describe escape sequences like `\\`, `\*`, `\<<` and `\>>`. -Currently, wildcards and regular expressions are only available for the _simple-find-part_ of the query, i. e. no wildcards/regexps for filters. -- GitLab