(function(Cogmo) { Cogmo.merge( { uuid: "90b54d9e-76a1-479a-aafa-ba5b9652ccfa", endpoint: "https://az80qu0dr5.execute-api.ap-northeast-1.amazonaws.com/prd-iact/api/v1", /*data: { rows:50 // 取得するデータ上限 },*/ recommend: { data: { rows:10 } }, search: { url: "/cogmo_search/index.html" }, view: { rows: 10, // 1ページに表示する件数 status: { normal: "「${keyword}」検索結果 ${from}-${to} / ${total}件", noHit: "「${keyword}」検索結果 0件", noQuery: "検索結果 ${from}-${to} / ${total}件", noHitQuery: "検索キーワードを入力してください。" }, navigation: { prev: "前へ", next: "次へ" }, results:{ fields:['thumbnail','title','url','body'], //fields:['thumbnail','title','url','description','body','last_modified'], target: "_blank", maxLength: 140, /* templates:{ last_modified:'
最終更新日時:${last_modified}
' } */ }, form: { domId: ["#q1", "#q2"], numShow: 5 }, recommends: { title: "おすすめワード" } } }) })(Cogmo);