David, The enhanced search widget displays results in the widget results, the info popup and a floating data grid if you configure it for that. So the gridfield only attribute says don't display it in the info popup or widget results, only the floating data grid.
David, Nope no tolerance setting for them. As you can see on my preview site there isn't an issue with point or line selection. http://gis.calhouncounty.org/IdentExample/index.html?config=config-eSearch.xmlAre you trying to select points using point or line? if so you are HIGHLY unlikely to click in the precise location to get a result.
if (configSearchText.length) wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textsearchLabel, showStateTextSearch);
<viewer:BaseWidget xmlns:esri ="http://www.esri.com/2008/ags" xmlns:fx ="http://ns.adobe.com/mxml/2009" xmlns:s ="library://ns.adobe.com/flex/spark" xmlns:mx ="library://ns.adobe.com/flex/mx" xmlns:mxeffects ="com.adobe.ac.mxeffects.*" xmlns:viewer ="com.esri.viewer.*" xmlns:Search ="widgets.eSearch.*" x="600" y="300" currentState="textInput" widgetConfigLoaded="init()"> <viewer:states> <s:State name="graphicalInput"/> <s:State name="textInput"/> <s:State name="spatialInput" /> <s:State name="resultsList"/> </viewer:states>
Wow, you are absolutely amazing. Your dedication is much appreciated and I will look forward to the new version.
Eric, I have been studying your xml and don't see any issue so what I would do is remove all the other fields from the fields list except SUB_NAME and see if that eliminates the error. If it does add the fields back one by one to try and narrow down what the issue is.
SUB_NAME LIKE '%Southridge%'
SUB_NAME LIKE '%Southridge'
Shorthand for a literal search text on the display field, equivalent to: where YourDisplayField like '%SearchText%'.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.