Skip to content

Commit

Permalink
Consider also the global unique id query when sending the payload
Browse files Browse the repository at this point in the history
  • Loading branch information
toupper committed Dec 4, 2024
1 parent b98a133 commit ec0773b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class ProductRestClient @Inject constructor(

val loadedMore = offset > 0
val canLoadMore = productModels.size == pageSize
if (searchQuery == null) {
if (searchQuery == null && globalUniqueIdSearchQuery == null) {
val payload = RemoteProductListPayload(
site,
productModels,
Expand Down

0 comments on commit ec0773b

Please sign in to comment.