You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

projectdoc Toolbox

Controls an additional constraint to filter on the names returned by the Autocomplete Service. The constraint selects on the documents that provide names, not on the names itself.

Tags
Type
Identifier
projectdoc.autocomplete.activeConstraint
Value Range
#none, Query Constraint
Since
4.0

Sets additional constraints to be used by the Autocomplete Service to filter on documents.

The constraint value will be concatenated with "AND".

Example

The following constraint would make the names of documents only visible, if they are published.

$<Iteration>~(Released, Production, Deprecated) OR $<Doctype>~(event,todo)
  • No labels