Configure authoring portlet search
We can change the configuration of the authoring portlet to change how search works.
Define authoring portlet search options in the WCM WCMConfigService service using the WAS console.
We can specify the following properties:
- wcm.authoringui.advancedsearch.searchonselection
- Possible values are true or false.
- If true, when 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.
- Default is false
- 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.
- Default is false
- 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.
- Default is false
Parent Configure a web content authoring environmentRelated tasks:
Set service configuration properties