[ic] Predictive search box

Jure Kodžoman jure.kodzoman at informa.si
Mon Nov 26 09:15:17 UTC 2012


>
> Any idea or starting point how to implement a predictive search box in
> Interchange??


We did this several times, depends on how your IC looks like. In general,
it's not very hard to to.

We use jQuery autocomplete http://jqueryui.com/autocomplete/#remote-jsonp
Then you basically return results in a separate page to fit the strucure
needed by jQuery.

And that's it.

If you have a fixed number of results you want to "autocomplete" you can
even pregenerate them manually.

regards,

Jure

Jure Kodzoman
http://www.informastudio.com


On Sun, Nov 25, 2012 at 4:05 PM, Jure Kodžoman <jure.kodzoman at informa.si>wrote:

>
> Any idea or starting point how to implement a predictive search box in
>> Interchange??
>
>
> We did this several times, depends on how your IC looks like. In general,
> it's not very hard to to.
>
> We use jQuery autocomplete http://jqueryui.com/autocomplete/#remote-jsonp
> Then you basically return results in a separate page to fit the strucure
> needed by jQuery.
>
> And that's it.
>
> If you have a fixed number of results you want to "autocomplete" you can
> even pregenerate them manually.
>
> regards,
>
> Jure
>
> Jure Kodzoman
> http://www.informastudio.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.icdevgroup.org/pipermail/interchange-users/attachments/20121126/19f41cb0/attachment.html>


More information about the interchange-users mailing list