$.widget("custom.autocomplete_CAT",$.ui.autocomplete,{_renderMenu:function(c,a){var d=this,b=d.term,e="",b=b.replace(/,+|\+/g," "),b=b.replace(/\s+/g," "),b=b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1"),b=jQuery.trim(b),b=b.split(" ").join("|");$.each(a,function(a,b){if(b.showname!=e)c.append("<li class='ui-autocomplete-category'>"+b.showname+"</li>"),e=b.showname;var f=d._renderItem(c,b);$(f).children().attr("href",b.RoutelURL)});c.find("a").each(function(){var a=$(this);a.html(a.text().replace(RegExp("("+
b+")","gi"),"<span class='ui-autocomplete-term' style='font-weight:bold;'>$1</span>"))});c.css({"z-index":"100"})},_renderItem:function(c,a){return $("<li></li>").data("item.autocomplete",a).append($("<a></a>").text(a.phrase)).appendTo(c)}});
$(function(){$("#quick_search_input").keypress(function(a){if(a.keyCode==13){a=$("#quick_search_input").val();a=jQuery.trim(a);if(a.length>0)a.length<2?alert("Pro vyh\u013ead\u00e1danie mus\u00edte zada\u0165 minim\u00e1lne 2 znaky!"):(a=g_root+"/Pages/ProductList.aspx?reject=2&fulltext2="+encodeURIComponent(a),window.location.href=a);return!1}});var c={};$("#quick_search_input").autocomplete_CAT({minLength:2,select:function(a,c){window.location.href=c.item.RoutelURL},source:function(a,d){var b=a.term,
b=jQuery.trim(b.replace(/,+|\+/g," ")),b=b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1"),b=b.replace(/\s+/g,"|");a.term=b;a.term=jQuery.trim(a.term);a.term in c?d(c[a.term]):jQuery.trim(a.term).length<2||$.ajax({type:"POST",url:g_root+"/asmx/WSSearch.asmx/Search",data:"{'param' : '"+a.term+"'}",contentType:"application/json; charset=utf-8",dataType:"json",global:!1,success:function(b){c[a.term]=b.d.additionalData;d(b.d.additionalData)},error:function(){}})}})});

