@@ -28,8 +28,8 @@ $(function(){
$('#query').suggestor( {
ajaxinfo: {
- url: contextPath + '/json',
- fn: 'content',
+ url: contextPath + '/suggest',
+ fn: '_default,content,title',
num: 10
},
boxCssInfo: {