diff --git a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt index ac73e54021..821c379a5f 100644 --- a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt +++ b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClient.kt @@ -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,