Web UI support for the new omnisearch
This commit is contained in:
parent
acfee0945c
commit
88f32708c3
4 changed files with 44 additions and 30 deletions
|
@ -1,6 +1,6 @@
|
|||
object @search
|
||||
|
||||
child accounts: :accounts do
|
||||
child :accounts, object_root: false do
|
||||
extends 'api/v1/accounts/show'
|
||||
end
|
||||
|
||||
|
@ -8,6 +8,6 @@ node(:hashtags) do |search|
|
|||
search.hashtags.map(&:name)
|
||||
end
|
||||
|
||||
child statuses: :statuses do
|
||||
child :statuses, object_root: false do
|
||||
extends 'api/v1/statuses/show'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue