Show TOC

 Using PlaceholdersLocate this document in the navigation structure

Use

You can specify path patterns when configuring filters.

You can use the following placeholders when specifying a path pattern:

Placeholders for Path Patterns

Placeholder Description

/

The filter is applied to all files and folders beneath the specified path.

For example, documents/

/**

As for the specification /, the filter is applied to all files and folders beneath the specified path.

For example, documents/**

/*

The filter is applied to all files and folders within the specified path.

For example, documents/*

?

The question mark replaces a single letter.

For example, documents/p?

 

You can combine placeholders, for example, documents/**/people/a02??/*