Facets Delimiters Subtab

Facet delimiter settings let you specify characters within a URL that appear between facets, facet names, and their values and options.

See Select and Configure Facet Fields for detailed information about facets.

When you do not specify facet delimiter values, NetSuite sets their values to the defaults shown in the following table:

Facet Delimiter

Facet Value

Between Facet Name and Value

/

Between Different Facets

/

Between Different Facet Values

,

Between Range Facet Values

to

Between Facets and Options

?

Between Option Name and Value

=

Between Different Options

&

Example Scenario

A Commerce website user makes the following facet selections:

Based on the NetSuite default delimiters, the URL will be:

http://www.mystore.com/search/categories/shoes/color/black,brown?display=table

More Information

Before configuring facet delimiters for your Commerce website, understand the following information:

  • Each facet delimiter must be unique.

  • The hyphen (-) cannot be used as a facet delimiter.

    Using hyphens as delimiters affects the behavior of URL component aliasing when the URL contains spaces. See URL Component Aliases for information about URL component aliasing.

Between Facet Name and Value

This string specifies the character that appears in the URL between the facet name and value. You should introduce one character as the value for this property to prevent unexpected results.

ID

facetDelimiters.betweenFacetNameAndValue

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

/

Between Different Facets

This string specifies the character that appears in the URL between different facets. You should introduce one character as the value for this property to prevent unexpected results.

ID

facetDelimiters.betweenDifferentFacets

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

/

Between Different Facets Values

This string specifies the character that appears in the URL between different facet values.

ID

facetDelimiters.betweenDifferentFacetsValues

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

,

Between Range Facets Values

This string specifies the characters that appear in the URL and delimit facet ranges.

ID

facetDelimiters.betweenRangeFacetsValues

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

to

Between Facets and Options

This string specifies the character that appears in the URL between a facet and its options.

ID

facetDelimiters.betweenFacetsAndOptions

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

?

Between Option Name and Value

This string specifies the character that appears in the URL between the option name and its value. You should introduce one character as the value for this property to prevent unexpected results.

ID

facetDelimiters.betweenOptionNameAndValue

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

=

Between Different Options

This string specifies the character that appears in the URL between two options. You should introduce one character as the value for this property to prevent unexpected results.

ID

facetDelimiters.betweenDifferentOptions

UI location

Shopping Catalog > Facet Delimiters

JSON file

FacetsDelimiters.json

Configuration file (pre-Vinson)

SC.Configuration.js

Default value

&

Related Topics

General Notices