takahe/api
Christof Dorner b3b58df2b1
Fix hashtag search results (#576)
We mistakenly wrote to the key "hashtag" instead of "hashtags", resulting
in no results in the API response. Additionally, the type of the Tag's `history`
needs to be a list, not a dict.

This fixes hashtag search in Elk.
2023-05-10 10:17:00 -06:00
..
migrations OAuth2 Fixes (#338) 2023-01-01 11:46:55 -07:00
models UI/Domains Refactor 2023-05-03 22:42:37 -06:00
views Fix hashtag search results (#576) 2023-05-10 10:17:00 -06:00
__init__.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
admin.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
apps.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
decorators.py UI/Domains Refactor 2023-05-03 22:42:37 -06:00
middleware.py A few small fixes post-UI merge 2023-05-04 11:50:31 -06:00
pagination.py fix order of next/prev header links (#564) 2023-05-02 10:57:58 -06:00
schemas.py Fix hashtag search results (#576) 2023-05-10 10:17:00 -06:00
urls.py Add search v1 emulation (for Sengi) 2023-05-06 09:30:21 -07:00