| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The WebSupportServer.exe.co... > Profile Proxies Users
This setting lists all Search Forms defined by the administrator. This has several example forms initially. If not needed, they can be removed and replaced with custom versions.
XML Path: \configuration\ContentServer\SCSProfileProxies\Profiles
Example:
<SCSProfileProxies>
<Profiles>
<clear />
<add ProfileName="AllFields" DisplayName="All Fields" FieldList="*" />
<add ProfileName="DocTitle" DisplayName="By Title" FieldList="dDocTitle" />
<add ProfileName="Author" DisplayName="By Author" FieldList="dDocAuthor" />
<add ProfileName="AuthorAndTitle" DisplayName="By Author and Title"
FieldList="dDocAuthor,dDocTitle" />
</Profiles>
</SCSProfileProxies>