How To Reset A Field Attribute Using Coveo Administration Console
How To Reset A Field Attribute Using Coveo Administration Console
This articles explains how to reset the following field attributes:
-
isFacet -
isMultiValue -
isSortable-
Edit the
Coveo.SearchProvider.Custom.configfile. -
Under the
fieldMap>fieldNamesnode, 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.NoteIf you’re able to find this element, you might need to copy it from the
Coveo.SearchProvider.configfile. However, you’re discouraged from modifying this file, as it may cause issues during upgrades. -
Open the Control Panel and select the Coveo 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, setisFacettofalseto 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 Administration Console. If one of the two is set to
true, any synchronizing or rebuilding action will override your reset attempt.
-