Releases: vtex-apps/search-graphql
Releases · vtex-apps/search-graphql
v0.10.0
Added
- Resolver for priceRange in Product type.
v0.9.2
Changed
- Make searchMetadata cache be PUBLIC.
v0.9.1
Fixed
- Stop sorting installments, find max or min in O(N).
v0.9.0
Added
- Filter argument with "FIRST_AVAILABLE" and "ALL_AVAILBALE" value for sku list in product type.
v0.8.3
Changed
- Rename catalog to search everywhere since we actually use search, instead of catalog API
v0.8.2
Changed
- Uses
x-vtex-locale
andx-vtex-tenant
headers for not making unecessary IO while translating search queries
v0.8.1
Changed
- Make
WithSegment
directive decode the segment token locally, avoid calling API.
v0.8.0
Release v0.8.0
v0.7.3
Changed
- Change min replicas to 20.
v0.7.2
Fixed
- Don't encode characters
/
and&
insearchEncodeURI
.