Select to view content in your preferred language

Search Results Table Not Working 2.1

714
5
09-28-2010 10:29 AM
deleted-user-RjoC4IOGTpoH
Deactivated User
Has anyone had any issues with the Search Results table not working in 2.1?
When I perform a text or graphical query using the search widget, I get the results ok in the InfoPopup window. When I click on the results table I get nothing. Not even an error.

Same thing if I try the sample from the 2.1 documentation:

http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=../samples/config-search.xml

Someone give it a shot.

Thanks ...
Tags (2)
0 Kudos
5 Replies
DasaPaddock
Esri Regular Contributor
When you click on a result in the table, is it not panning and zooming the map to that feature? That's what I'm seeing in the sample.
0 Kudos
deleted-user-RjoC4IOGTpoH
Deactivated User
When you click on a result in the table, is it not panning and zooming the map to that feature? That's what I'm seeing in the sample.


You are correct, my fault. It's working as expected. I incorrectly assumed it would bring up a seperate floating table layed out by rows.

Something like Roberts floating data grid.

Thanks for the reply.
0 Kudos
deleted-user-RjoC4IOGTpoH
Deactivated User
I have another question Dasa if you would. I have the following expression in my Searchwidget.xml file in both 1.3 and 2.1, both pointing to the same service and layer:

<expression>OWNERNAME1 LIKE '%[value]%' OR OWNERNAME2 LIKE '%[value]%'</expression>

If I do a text search for my first name in 1.3, I get the expected results, 14.
When I do the same search in 2.1, I get 5000 results. Something in the way 2.1 queries the data?

Thanks.
0 Kudos
DasaPaddock
Esri Regular Contributor
I'm not familiar with the 1.3 code, but I'd start by using a tool like HttpFox to carefully compare the REST requests.
0 Kudos
deleted-user-RjoC4IOGTpoH
Deactivated User
OK, will do.

Thanks ...
0 Kudos