Ethan Dalool
b64901105c
The initial motivation for this was to make the "more_after_limit" feature, which would help the UI to not show a next page button when the number of results was exactly equal to the limit. However, in order to surface this more_after_limit status using only the old search generator, it would have to be a special yield at the end. I was getting tired of the special yields like give_back_params at the beginning and warning_bag at the end, and this would be worse. There is a lot of sideband information about the search that is now more easily accessible when the search is its own object. |
||
---|---|---|
.. | ||
__init__.py | ||
admin_endpoints.py | ||
album_endpoints.py | ||
basic_endpoints.py | ||
bookmark_endpoints.py | ||
photo_endpoints.py | ||
tag_endpoints.py | ||
user_endpoints.py |