You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/strictdoc_01_user_guide.sdoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3809,15 +3809,15 @@ TITLE: Filtering content
3809
3809
[TEXT]
3810
3810
MID: d52d86750ad54ce1b3263ebb092451c0
3811
3811
STATEMENT: >>>
3812
-
Both ``export`` command-line interface commands support filtering documentation content with ``--filter-requirements`` and ``--filter-sections`` options.
3812
+
The ``export`` command-line interface command supports filtering documentation content with the ``--filter-nodes`` option.
3813
3813
3814
-
Both options are based on the Query Engine, so the same rules that are valid for Search also apply for filtering. When a filter is applied, only the whitelisted requirements/sections will be exported.
3814
+
The option is based on the Query Engine, so the same rules that are valid for Search also apply for filtering. When a filter is applied, only the whitelisted nodes will be exported.
3815
3815
3816
3816
Example:
3817
3817
3818
3818
.. code-block::
3819
3819
3820
-
strictdoc export . --filter-requirements '"System" in node["TITLE"]'
3820
+
strictdoc export . --filter-nodes '"System" in node["TITLE"]'
Copy file name to clipboardExpand all lines: tests/integration/features/html/--filter-nodes/02_section_is_filtered_when_its_requirements_are_filtered/test.itest
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
RUN: %strictdoc export %S --output-dir %T --filter-requirements='("1" in node["TITLE"] or "2" in node["TITLE"])' | filecheck %s --dump-input=fail
1
+
RUN: %strictdoc export %S --output-dir %T --filter-nodes='("1" in node["TITLE"] or "2" in node["TITLE"])' | filecheck %s --dump-input=fail
0 commit comments