]> cat aescling's git repositories - mastodon.git/commit
Fix search in web UI not setting a limit, restore limit of 5 (#10421)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 29 Mar 2019 23:43:38 +0000 (00:43 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2019 23:43:38 +0000 (00:43 +0100)
commit379c3e237fd271b91073f4b4a4a1626e84a7250f
treed6286b854d5fafc4a2026231bcc06941491c6dfc
parentbd02ec6daa974dcd3231e73826a56e08dbeedadc
Fix search in web UI not setting a limit, restore limit of 5 (#10421)

The search API now supports returning more results and pagination,
but until the web UI implements pagination, it makes no sense to
dump so many results at once. This fix restores the behaviour
before the API change
app/javascript/mastodon/actions/search.js