From 49f6de948f6f8b966b2e065a09593a58071b5735 Mon Sep 17 00:00:00 2001 From: Joey Scanga <62576716+joey-scanga@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:39:28 -0500 Subject: [PATCH 1/2] [DOC] fix link to PyBIDS config file in FAQ --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8e62be29f..63f0d4922 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -263,7 +263,7 @@ fMRIPrep uses the following queries, by default:: Only modifications of these queries will have any effect. You may filter on any entity defined in the PyBIDS -`config file `__. +`config file `__. To select images that do not have the entity set, use json value: ``null``. To select images that have any non-empty value for an entity use string: ``'*'`` From abad6d304bfe268e507d59261cf6395e31b19947 Mon Sep 17 00:00:00 2001 From: Joey Scanga <62576716+joey-scanga@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:42:09 -0500 Subject: [PATCH 2/2] Update link to PyBIDS config file in FAQ --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 63f0d4922..7fa4d5484 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -263,7 +263,7 @@ fMRIPrep uses the following queries, by default:: Only modifications of these queries will have any effect. You may filter on any entity defined in the PyBIDS -`config file `__. +`config file `__. To select images that do not have the entity set, use json value: ``null``. To select images that have any non-empty value for an entity use string: ``'*'``