-
Notifications
You must be signed in to change notification settings - Fork 82
Added doc for variant querying #3045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,10 +5,13 @@ | |||||||||
|
|
||||||||||
| # Product Sort Clauses | ||||||||||
|
|
||||||||||
| Product Sort Clauses are only supported by [Product Search (`ProductServiceInterface::findProduct`)](product_api.md#products). | ||||||||||
| Product Sort Clauses are supported by [Product Search (`ProductServiceInterface::findProduct`)](product_api.md#products). | ||||||||||
|
Check notice on line 8 in docs/search/sort_clause_reference/product_sort_clauses.md
|
||||||||||
|
|
||||||||||
| By using Sort Clause you can filter product by specific attributes, for example: price, code, or availability. | ||||||||||
|
|
||||||||||
| Product Sort Clauses can also be used with `ProductVariantQuery` when wrapped in a [`ProductCriterionAdapter`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Content-Query-Criterion-ProductCriterionAdapter.html) | ||||||||||
|
Check notice on line 12 in docs/search/sort_clause_reference/product_sort_clauses.md
|
||||||||||
| . See the [product variant search examples](../../pim/product_api.md#searching-variants-across-products) for more information. | ||||||||||
|
Comment on lines
+12
to
+13
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
|
||||||||||
| | Sort Clause | Sorting based on | | ||||||||||
| |-----|-----| | ||||||||||
| |[BasePrice](baseprice_sort_clause.md)|Base product price| | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.