Skip to content

Commit

Permalink
docs(qs): update categoryAttribute description
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 26, 2021
1 parent 5d8c5d4 commit 612b040
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export type CreateQuerySuggestionsPluginParams<
onTapAhead(item: TItem): void;
}): AutocompleteSource<TItem>;
/**
* The attribute to display categories.
* @example "instant_search.facets.exact_matches.categories"
* @example "instant_search.facets.exact_matches['hierarchicalCategories.lvl0']"
* The attribute or attribute path to display categories.
* @example ["instant_search", "facets", "exact_matches", "categories"]
* @example ["instant_search", "facets", "exact_matches", "hierarchicalCategories.lvl0"]
*/
categoryAttribute?: string | string[];
/**
Expand Down

0 comments on commit 612b040

Please sign in to comment.