projectdoc Toolbox

List of spaces to include in downstream searches. Use @all to refer to all spaces.

Identifier
search-space
Data Type
list of space keys

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).

 

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

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

 
All Spaces, except Test Space A & B
@all, !TESTSPACEA, !TESTSPACEB

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.

 
Exclude Spaces labelled with 'test'
@all, !#test
List Test Spaces, but not Test Space A
#test, !TESTSPACEA

The token @self refers to the own space.

Since 4.5

 

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

Resources

Delegate Space
List of spaces to delegate documents on creation to. Also works as a search space for upstream spaces.
Use Delegate Space as Search Space
Controls, if the delegate space should be used as a search space in case that no search space is explicitly specified.
Search Space for Index Spaces
Define the default search space for index spaces.