Mike,
Sure, just put currentState="textInput" attribute in the viewer:BaseWidget element in the searchwidget.mxml
A few questions for setting up SearchWidget
1. Is it possible to use more than one value - say street number and street name?
2. How would I set up a LIKE expression? - I tried APN LIKE '[value]'% and that didn't work...
3. Does the linkfield need to contain the complete URL, or can it have just part of the URL and then build the rest. And if that is possible, is it possible to do string manipulation on the field e.g.
Left(field,5)?
Thanks.