You can configure classification synonyms for use in record searches by adding to your search interface any Guided Search properties or dimensions for which you have defined classification synonyms.

To add a property or dimension to a search interface, include it as an attribute of the fields array of that search interface; for example, add the dimension Color as follows:

"fields": [
{
"attribute":"Color"
},

If "blue" is defined as a classification synonym for "Cerulean", "Sky", and "Navy" in the dimension Color, a search on "blue" can return records for products whose color property value is "Cerulean", "Navy", or "Jay".

If you have chosen not to remove source property values, a search on "Cerulean" can, for example, return records whose Color property value is "Cerulean".

You must also configure the dimension that you add to the fields array to searchable. See Configuring dimensions, dimension values, and Guided Search records.

For more information about search interfaces, see Configuring search interfaces.


Copyright © Legal Notices