You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/browse.js
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -307,8 +307,6 @@ class Browse {
307
307
* @param {number} [parameters.offset] - The number of results to skip from the beginning (Can't be used together with page)
308
308
* @param {number} [parameters.resultsPerPage] - The number of results per page to return
309
309
* @param {object} [parameters.filters] - Filters used to refine results
310
-
* @param {string} [parameters.sortBy='relevance'] - The sort method for results
311
-
* @param {string} [parameters.sortOrder='descending'] - The sort order for results
312
310
* @param {string} [parameters.section='Products'] - The section name for results
313
311
* @param {object} [parameters.fmtOptions] - The format options used to refine result groups. Please refer to https://docs.constructor.com/reference/browse-browse-results for details
314
312
* @param {string[]} [parameters.hiddenFields] - Hidden metadata fields to return
0 commit comments