skip( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sets the number of items to skip before returning search results.

The skip() method defines the number of results to skip in the search results before returning new search results.

For example, if your search matches 50 items, but you set skip to 10, the results returned skips the first 10 items that match and return the 11th through 50th items.

By default, skip() is set to 0.

Method Declaration
Copy
Method Parameters
skipCountnumberRequired

Number of items to skip before returning the results.

Returns
Return Type:WixDataSearch
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?