<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Any idea or starting point how to implement a predictive search box in Interchange??</blockquote><br>We did this several times, depends on how your IC looks like. In general, it's not very hard to to.<br>
<br>We use jQuery autocomplete <a href="http://jqueryui.com/autocomplete/#remote-jsonp" target="_blank">http://jqueryui.com/autocomplete/#remote-jsonp</a><br>
Then you basically return results in a separate page to fit the strucure needed by jQuery.<br><br>And that's it.<br><br>If you have a fixed number of results you want to "autocomplete" you can even pregenerate them manually.<br>


<br>regards,<br><br>Jure<br><br>Jure Kodzoman<br><a href="http://www.informastudio.com" target="_blank">http://www.informastudio.com</a><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 4:05 PM, Jure Kodžoman <span dir="ltr"><<a href="mailto:jure.kodzoman@informa.si" target="_blank">jure.kodzoman@informa.si</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im"><br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Any idea or starting point how to implement a predictive search box in Interchange??</blockquote></div><div><div class="gmail_extra"><div class="gmail_quote"><div><br>We did this several times, depends on how your IC looks like. In general, it's not very hard to to.<br>

<br>We use jQuery autocomplete <a href="http://jqueryui.com/autocomplete/#remote-jsonp" target="_blank">http://jqueryui.com/autocomplete/#remote-jsonp</a><br>
Then you basically return results in a separate page to fit the strucure needed by jQuery.<br><br>And that's it.<br><br>If you have a fixed number of results you want to "autocomplete" you can even pregenerate them manually.<br>


<br>regards,<br><br>Jure<br><br>Jure Kodzoman<br><a href="http://www.informastudio.com" target="_blank">http://www.informastudio.com</a> </div></div></div></div></div>
</blockquote></div><br></div>