Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
show-titlefalse
titleDescription

List of spaces to include in downstream searches. The search space is typically exported. This is useful for project spaces with component spaces. The Display Table Macro and Display List Macro support search spaces.

Use @all to refer to all spaces. Typically search spaces defining no constraints on the search space should not be exported (use space-local).

Note Box

The Name List Macro does not rely on search spaces. This macro checks the delegate space only.

Since version 1.10 authors Authors may exclude spaces from being added to the search space. Use '!' to remove the space from the closure.

Example Box


Code Block
languagetext
titleAll Spaces, except Test Space A & B
@all, !TESTSPACEA, !TESTSPACEB


Also since version 1.10 authors Authors may use space labels to include or exclude a set of spaces attached to this label. Use the '#' to select spaces by a space label.

Example Box


Code Block
languagetext
titleExclude Spaces labelled with 'test'
@all, !#test


Code Block
languagetext
titleList Test Spaces, but not Test Space A
#test, !TESTSPACEA


Since version 1.10 the The token @self refers to the own space.

Version Box
since4.5

Since version 4.5 of the projectdoc Toolbox use projectdoc.search-space-closure for reading access.


...