Autocomplete - trigger search + show all results

Autocomplete - trigger search + show all results


Greetings:
[Jquery UI 1.6rc2]
* Is it possible to use autocomplete methods to trigger a search based
on text like so.
$('#textbox')
.val('my name')
.autocomplete('search')
This does not have an effect when I execute it.
* Is there a method/option to show all data in an autocomplete? For
example, by clicking the down button?
Thanks, John