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.xml
Are 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.