From d4d6b99e1eca03ac96ba0260a43b8cb0ad7dff3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Fri, 9 Feb 2024 11:09:09 +0100
Subject: [PATCH] DOC: add hint on wildcard

---
 src/doc/concepts.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/doc/concepts.rst b/src/doc/concepts.rst
index 0b15f9b5..b10deccd 100644
--- a/src/doc/concepts.rst
+++ b/src/doc/concepts.rst
@@ -85,7 +85,9 @@ we can check whether a Record with the parent "Project" is referencing the "Expe
 Record. If that is the case, this reference is part of the identifiable for the "Experiment"
 Record. Note, that if there are multiple Records with the appropriate parent (e.g.
 multiple "Project" Records in the above example) it will be required that all of them
-reference the object to be identified.
+reference the object to be identified. You can also use the wildcard "*" as
+RecordType name in the configuration which will only require, that ANY Record
+references the Record at hand.
 
 
 Identified Records
-- 
GitLab