Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Doctypepropertyhide
Namesearch-space
 

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

Parent
Parent Property
property-nameName
 

Audience
Name List
doctyperole
propertyAudience
hide
Tags
 

Identifier
 

Component
Name List
doctypecomponent
propertyComponent
 

Mandatory
 

TypeList of space keys
 

Default Value
 

Value Range
 

Implementation
 

Iteration
Iteration
valuefilled
hide
Sort Keyhide
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 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 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 token @self refers to the own space.

...