<expressions> <expression alias="Search by Park" textsearchlabel="Choose from the drop down list below"> <values> <value prompt="Example" uniquevalsfromfield="PARK" isvaluerequired="true">Lower(PARK) like Lower('%[value]%')</value> </values> </expression> <expression alias="Search by Park type" textsearchlabel=""> <values> <value prompt="Example: Hayward Shoreline">Lower(PARK) like Lower('%[value]%')</value> </values> </expression> </expressions>
Marcia,
So the way the widget works is that once a search is completed th widget displays the results in the widget results view and when you click on one of those results it will zoom you to that result. If you hve set the layers symbology in the layer tag (as covered in the the extensive pdf documentation), then your symbology for the search results will show as what ever you configured (most of the time people set it to something different than the layers symbology that is already displaying in the map for that layer). If you have made the mistake of providing the wrong symbology type of that layers geometry type (i.e you are search a point layer and you have the layer symbology set to SimpleFillSymbol for a polygon) than it will not draw anything on the map. If you are using the fixed of floating datagrid with the widget than you will also get the option of using the datagrids subselection color (all of this is covered in the pdf and their are examples in the eSearchWidget.xml that is packaged with the widget download).