Fixed search.
This commit is contained in:
parent
ddbac79251
commit
f8f68836a6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class SearchController < ApplicationController
|
||||||
|
|
||||||
# return result
|
# return result
|
||||||
render :json => {
|
render :json => {
|
||||||
:load => assets,
|
:assets => assets,
|
||||||
:result => result,
|
:result => result,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue