THIS IS ARCHIVED DOCUMENTATION
How To Reset A Field Attribute Using Coveo Cloud Administration Console
How To Reset A Field Attribute Using Coveo Cloud Administration Console
This articles explains how to reset the following field attributes:
isFacet
isMultiValue
isSortable
- Edit the
Coveo.SearchProvider.Custom.config
file. - Under the
fieldMap
>fieldNames
node, find the field to modify. -
Change the attribute from the field configuration and set it to
false
. For example, changeisFacet="true"
toisFacet="false"
to make a field non facetable.If you’re able to find this element, you might need to copy it from the
Coveo.SearchProvider.config
file. However, you’re discouraged from modifying this file, as it may cause issues during upgrades. - Open the Control Panel and select the Coveo Cloud Administration Console.
- In the Content section, select the Fields tab.
- Double-click the line containing the field to modify.
- Set the desired field attribute (or attributes) to
false
. For example, setisFacet
tofalse
to make a field non-facetable. -
Click Save.
To reset any of the listed field attributes, you must make changes to both configuration file and Coveo Cloud Administration Console. If one of the two is set to
true
, any synchronizing or rebuilding action will override your reset attempt.