diff --git a/react/queries/productSearchNoSimulations.gql b/react/queries/productSearchNoSimulations.gql index ab6fa8a..2f723ef 100644 --- a/react/queries/productSearchNoSimulations.gql +++ b/react/queries/productSearchNoSimulations.gql @@ -7,13 +7,14 @@ query search( $to: Int $hideUnavailableItems: Boolean = false ) { - productSearchNoSimulations ( + productSearchNoSimulations( query: $query map: $map orderBy: $orderBy priceRange: $priceRange from: $from to: $to + hideUnavailableItems: $hideUnavailableItems ) @context(provider: "vtex.search-graphql") { products { cacheId