Skip to content

Releases: vtex-apps/search-graphql

v0.10.0

11 Nov 19:40
Compare
Choose a tag to compare

Added

  • Resolver for priceRange in Product type.

v0.9.2

11 Nov 18:28
Compare
Choose a tag to compare

Changed

  • Make searchMetadata cache be PUBLIC.

v0.9.1

11 Nov 16:12
Compare
Choose a tag to compare

Fixed

  • Stop sorting installments, find max or min in O(N).

v0.9.0

08 Nov 13:44
Compare
Choose a tag to compare

Added

  • Filter argument with "FIRST_AVAILABLE" and "ALL_AVAILBALE" value for sku list in product type.

v0.8.3

31 Oct 19:37
Compare
Choose a tag to compare

Changed

  • Rename catalog to search everywhere since we actually use search, instead of catalog API

v0.8.2

31 Oct 18:30
Compare
Choose a tag to compare

Changed

  • Uses x-vtex-locale and x-vtex-tenant headers for not making unecessary IO while translating search queries

v0.8.1

31 Oct 13:04
Compare
Choose a tag to compare

Changed

  • Make WithSegment directive decode the segment token locally, avoid calling API.

v0.8.0

29 Oct 19:19
Compare
Choose a tag to compare
Release v0.8.0

v0.7.3

25 Oct 17:52
Compare
Choose a tag to compare

Changed

  • Change min replicas to 20.

v0.7.2

25 Oct 17:30
Compare
Choose a tag to compare

Fixed

  • Don't encode characters / and & in searchEncodeURI.