CatalogSortType
Specifies the sort order for catalog search results returned by AvatarEditorService:SearchCatalogAsync().
Items 6
| History | Name | Value | Legacy Names | Description | |
|---|---|---|---|---|---|
| 451 | Relevance | 1 | Sorts catalog results by relevance to the search keyword or other query parameters. | ||
| 451 | PriceHighToLow | 2 | Sorts catalog results from the highest price to the lowest price. | ||
| 451 | PriceLowToHigh | 3 | Sorts catalog results from the lowest price to the highest price. | ||
| 560 | MostFavorited | 5 | Sorts catalog results by the number of times items have been favorited, with most-favorited items listed first. | ||
| 560 | RecentlyCreated | 6 | RecentlyUpdated | Sorts catalog results by creation date, with the most recently created items listed first. | |
| 563 | Bestselling | 7 | Sorts catalog results by total sales, with best-selling items listed first. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 560 | RecentlyUpdated | 4 |
Description
CatalogSortType specifies how catalog search results are ordered when
using AvatarEditorService:SearchCatalogAsync(). Set this on a
CatalogSearchParams object via its SortType property, which
defaults to CatalogSortType.Relevance.
For CatalogSortType.Bestselling and CatalogSortType.MostFavorited, the time window used to aggregate the sort metric is controlled by CatalogSearchParams.SortAggregation.
History 10
- 563 Add Bestselling
- 560 Remove RecentlyUpdated
- 560 Add RecentlyCreated
- 560 Change Index of MostFavorited from 4 to 3
- 451 Add Relevance
- 451 Add RecentlyUpdated
- 451 Add PriceLowToHigh
- 451 Add PriceHighToLow
- 451 Add MostFavorited
- 451 Add CatalogSortType