]> cat aescling's git repositories - mastodon.git/commit
Fix accounts search by full/partial display name and others (#11580)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 16 Aug 2019 11:00:30 +0000 (13:00 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2019 11:00:30 +0000 (13:00 +0200)
commit70da6d663078fb7d04aed387ac085afb2e9e2cd2
treeaca79c42569a43f9ecbf3460243dd7a03ee55f6f
parent6e872c6dabf12fdd2619d4042495e52edd6079bd
Fix accounts search by full/partial display name and others (#11580)

- Restrict followers counts to local users to minimize local advantage
- Fix emoji shortcodes causing error in search
- Fix search syntax parse errors not being caught
app/chewy/accounts_index.rb
app/lib/search_query_parser.rb
app/lib/search_query_transformer.rb
app/services/account_search_service.rb
app/services/search_service.rb