Nuxt Swiftsearch
Components

<AisCurrentRefinements>

Lists currently active refinements with per-item removal controls.

Usage

<AisInstantSearch :configuration="configuration">
  <AisCurrentRefinements id="shipping" :included-attributes="['free_shipping']" />
</AisInstantSearch>

Props

PropTypeDefaultDescription
includedAttributesstring[]undefinedRestricts displayed refinements to these attributes.
excludedAttributesstring[]undefinedHides these attributes from the current refinement list.
transformItemsfunctionundefinedTransforms refinement groups before rendering.
idstring""Optional widget ID for repeated instances in the same index.
Use either includedAttributes or excludedAttributes, not both.
Copyright © 2026