etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool b64901105c Move search to an entire class of its own.
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.
2022-11-06 22:58:36 -08:00
..
__init__.py Add admin endpoints. 2021-10-01 22:42:45 -07:00
admin_endpoints.py Use voussoirkit timetools. 2022-11-06 22:59:11 -08:00
album_endpoints.py Add search filter has_albums. 2022-09-28 19:49:01 -07:00
basic_endpoints.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
bookmark_endpoints.py Use new worms version. 2022-07-20 19:03:25 -07:00
photo_endpoints.py Move search to an entire class of its own. 2022-11-06 22:58:36 -08:00
tag_endpoints.py Use new worms version. 2022-07-20 19:03:25 -07:00
user_endpoints.py Move login code over to User object. 2022-11-06 22:59:12 -08:00