depaginate - Liquid Filter Reference
On this page
Description
Turns off the protective enforced pagination for large collections. Useful when needing to apply other filters to the paginated collection, eg where. Will trigger a full fetch of the entire collection when used, and could cause performance issues if the data set is large. Use carefully.
| Property | Value |
|---|---|
| Return Type | list |
| Category | collections |
Examples
```liquid
{{ collection | depaginate | join: “,” }} ```
Output: a,b,c,d,e,f,g
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.