Skip to content

Commit 1414442

Browse files
committed
Update documentation to match the code
1 parent 26476a9 commit 1414442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Networking/Remote/ProductsRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public final class ProductsRemote: Remote, ProductsRemoteProtocol {
292292
}
293293

294294
/// Remote search of products for the Point of Sale. Simple and variable products are loaded for WC version 9.6+, otherwise only simple products are loaded.
295-
/// `search` is used, which searches in `name`, `description`, `short_description` fields.
295+
/// `search` is used, which searches in `name`, `sku`, `globalUniqueID` fields.
296296
/// We also send `search_name_or_sku`, which will be used in preference to `search` when implemented on a site (in future.)
297297
///
298298
/// - Parameter siteID: Site for which we'll fetch remote products.

0 commit comments

Comments
 (0)