@scayle/storefront-search
0.3.0
Minor Changes
- Update to
@nuxt/module-builder@1
. This version of Nuxt Module Builder is ESM-only, so CommonJS (.cjs
) files will no longer be built or distributed with the package. However as of Nuxt 3, only esm is used so this should not have any impact as this module does not support Nuxt 2.
0.2.1
Patch Changes
- Added
vue@>=3.5.13
topeerDependencies
.
0.2.0
Minor Changes
- Add
getSearchFilterLabels
utility.
0.1.1
Patch Changes
- Ensure the
with
param ofuseSearch
is passed correctly to thegetSearchSuggestions
andresolveSearch
RPC methods.
0.1.0
Minor Changes
- Initial release of
@scayle/storefront-search
. This package separates search functionality from the storefront boilerplate, facilitating easier integration and maintenance.
This package includes RPC methods and composables for fetching search suggestions and resolving search queries, along with utilities for handling search data.