diff --git a/src/main/webapp/js/help.js b/src/main/webapp/js/help.js index fac2f1518..9e1043c35 100644 --- a/src/main/webapp/js/help.js +++ b/src/main/webapp/js/help.js @@ -28,8 +28,8 @@ $(function(){ $('#query').suggestor( { ajaxinfo: { - url: contextPath + '/json', - fn: 'content', + url: contextPath + '/suggest', + fn: '_default,content,title', num: 10 }, boxCssInfo: {