Facets Delimiters Subtab
Facet delimiter settings let you specify which characters appear between facets, facet names, and their values or options in a URL.
See Select and Configure Facet Fields for detailed information about facets.
If you don’t set facet delimiter values, NetSuite uses the default values shown 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:
-
Category – Shoes (a facet with a single selection behavior).
-
Color – black and brown (a facet with multiple selection behavior).
-
Display – set results as a table.
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 you set up facet delimiters for your Commerce website, be aware of the following information:
-
Each facet delimiter must be unique.
-
A hyphen (-) can't be used as a facet delimiter.
If you use hyphens as delimiters, it can affect how URL component aliasing works when there are spaces in the URL. See URL Component Aliases for information about URL component aliasing.
Between Facet Name and Value
This string lets you specify the character that appears between the facet name and value in the URL. You should use 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 lets you specify the character that appears between different facets in the URL. You should use 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 lets you specify the character that appears between different facet values in the URL.
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 lets you specify the characters that appear in the URL to 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 lets you specify 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 lets you specify the character that appears in the URL between the option name and its value. You should use 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 lets you specify the character that appears in the URL between two options. You should use 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 |
& |