+

Search Tips   |   Advanced Search

Configure authoring portlet search

We can change the configuration of the authoring portlet to change how search works.

Manage authoring portlet search options in the WCM WCMConfigService service.

We can specify the following properties:

wcm.authoringui.advancedsearch.searchonselection

  • Possible values are true or false.

  • If true, when you click Advanced Search, an advanced search will automatically be executed based on any text currently entered in the basic search. If nothing has been entered in the basic search, advanced search is not automatically executed.

  • If false, advanced search will not automatically be executed if there is existing text in the basic search field.

  • If the property is not specified, this setting will default to the false behavior.

wcm.authoringui.simplesearch.addstar

  • Possible values are true or false.

  • If true, a wildcard character is added to the end of text entered in the basic search. For example, searching for Span will automatically search for Span* and will display search results that have a title, description or keywords that begin with the word Span such as Spanish.

  • If false, only exact matches to the text entered in the basic search field will be searched for.

  • If the property is not specified, this setting will default to the false behavior.

wcm.authoringui.advancedsearch.addstar

  • Possible values are true or false.

  • If true, a wildcard character is added to the end of text entered in the advanced search. For example, searching for Span will automatically search for Span* and will display search results that have a title, description or keywords that begin with the word Span such as Spanish.

  • If false, only exact matches to the text entered in the advanced search field will be searched for.

  • If the property is not specified, this setting will default to the false behavior.


Parent: Configure a web content authoring environment

Related:

Set service configuration properties