Database services to use auto complete ?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Database services to use auto complete ?

murkowicz
How can I use database services to implement auto complete in Orbeon ? Is there any tutorial on how to do it ?
Reply | Threaded
Open this post in threaded view
|

Re: Database services to use auto complete ?

Alessandro  Vernet
Administrator
Right now, the autocomplete can't be hooked to a database service, only to an external service you implement, referenced by URL. So instead of using the database service, I suggest you implement your own service that makes a query to the database and does the appropriate filtering, and point the autocomplete to that service.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet