Hi
I am trying to create an autocomplete text field in Apex in conjunction with the contains command in SQL with Oracle text Search. I have set this up in Oracle Text search already which is working great I just need to integrate this into the Apex front end.
Using the text autocomplete field in Apex does not work well enough as its too slow.
Has anybody created a custom javascript/jquery autocomplete on a text field in Apex that would search against the Oracle text search web service when a user for example starts typing in their postcode/zipcode or start typing in their postal address.
Many Thanks