Imagine very common use case - submitting a search form that shows results grouped by 50 for example.
GET parameter page=1 shows the first group of 50 results, page=2 shows 51-100 and so on.
I'd like to join the full list, sort it and show the difference.
Does urlwatch support some kind of "page extender" or list creator based on some specific iterator?
Imagine very common use case - submitting a search form that shows results grouped by 50 for example.
GET parameter page=1 shows the first group of 50 results, page=2 shows 51-100 and so on.
I'd like to join the full list, sort it and show the difference.
Does urlwatch support some kind of "page extender" or list creator based on some specific iterator?