null+****@clear*****
null+****@clear*****
2012年 1月 24日 (火) 18:00:49 JST
Kouhei Sutou 2012-01-24 18:00:49 +0900 (Tue, 24 Jan 2012)
New Revision: 07dce043cc8cfbbecbcdc43bf7c6d5c2d085237a
Log:
[example][dictionary] set frequency_threshold.
Modified files:
examples/dictionary/html/js/dictionary.js
Modified: examples/dictionary/html/js/dictionary.js (+1 -0)
===================================================================
--- examples/dictionary/html/js/dictionary.js 2012-01-24 15:51:41 +0900 (4b0baf2)
+++ examples/dictionary/html/js/dictionary.js 2012-01-24 18:00:49 +0900 (850c64c)
@@ -68,6 +68,7 @@ function dictionarySource(url) {
column: 'kana',
limit: 25,
output_columns: columns,
+ frequency_threshold: 1,
prefix_search: "yes"
},
dataType: "jsonp",