fix #385 : modify suggest path
This commit is contained in:
parent
80b620bd1e
commit
a0bc88d18d
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ $(function(){
|
|||
|
||||
$('#query').suggestor( {
|
||||
ajaxinfo: {
|
||||
url: contextPath + '/json',
|
||||
fn: 'content',
|
||||
url: contextPath + '/suggest',
|
||||
fn: '_default,content,title',
|
||||
num: 10
|
||||
},
|
||||
boxCssInfo: {
|
||||
|
|
Loading…
Add table
Reference in a new issue