Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit ec0773b

Browse files
committed
Consider also the global unique id query when sending the payload
1 parent b98a133 commit ec0773b

File tree

1 file changed

+1
-1
lines changed
  • plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product

1 file changed

+1
-1
lines changed

plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class ProductRestClient @Inject constructor(
454454

455455
val loadedMore = offset > 0
456456
val canLoadMore = productModels.size == pageSize
457-
if (searchQuery == null) {
457+
if (searchQuery == null && globalUniqueIdSearchQuery == null) {
458458
val payload = RemoteProductListPayload(
459459
site,
460460
productModels,

0 commit comments

Comments
 (0)