]> cat aescling's git repositories - mastodon.git/commit
Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 27 Sep 2019 23:02:21 +0000 (01:02 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2019 23:02:21 +0000 (01:02 +0200)
commitab33c4df942ec3fdc4d891f3db7ac8cdd3436945
treeb526a52c980fef122d38302234c0bb8361f6bd14
parent234c729c5244160c89070960fd06de23ae31e13a
Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)

Make it so normal search returns even unreviewed matches, but
autosuggestions do not.

Fix #11960
app/controllers/api/v2/search_controller.rb
app/javascript/mastodon/actions/compose.js
app/models/tag.rb
app/services/search_service.rb
app/services/tag_search_service.rb
spec/services/search_service_spec.rb