Settings
Name | Default | Description |
---|---|---|
fastpaginate_url_mode | get | Determines how the URL is formed. It can have three options: none (no link is generated), get (URL parameters are added), and url (a standard URL is formed). |
fastpaginate_path_separator | ; | The character used to separate segments in the URL path (default is ; ). |
fastpaginate_path_page_name | page | The name of the URL parameter that represents the page number (default is page ). |
fastpaginate_path_sort_name | sort | The name of the URL parameter used for sorting (default is sort ). |
fastpaginate_cache | false | Indicates whether to enable caching of results (true or false ). |
fastpaginate_cache_time | 3600 | The duration (in seconds) for which the cache is valid (default is 3600 seconds, or 1 hour). |