Reset A Field Setting
Reset A Field Setting
This articles explains how to reset the following field settings:
-
isFacet
-
isMultiValue
-
isSortable
To reset any of the listed field settings, you must make changes both in the Coveo for Sitecore configuration file and in the Coveo Administration Console.
If one of the two is set to |
To reset a field setting
-
Edit the
Coveo.SearchProvider.Custom.config
file. -
Under the
fieldMap
>fieldNames
node, find the field to modify. -
Change the setting from the field configuration and set it to
false
. For example, changeisFacet="true"
toisFacet="false"
to make a field non-facettable.NoteIf you’re unable to find this element, you might need to copy it from the
Coveo.SearchProvider.config
file. However, don’t modify theCoveo.SearchProvider.config
file, as it may cause issues during upgrades. -
Access the Coveo Administration Console (platform-ca | platform-eu | platform-au).
-
In the
Content
section, select theFields
tab. -
Double-click the line containing the field to modify.
-
Set the desired field setting (or settings) to
false
. For example, setisFacet
tofalse
to make a field non-facettable. -
Click the
Save
button.