<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Park Finder - Can't search by Park Name in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575614#M3755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Allison,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do check the technical article that Lindsay posted. Mark addressed the search part of the check, but there's also the display part to check:&amp;nbsp; you may be getting the parks, but they're not appearing in the results list. One cause of this is an alias name mis-match: there was a window of time where our download was updated at a different time than our information model and the alias didn't match the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can test the query part of the operation by following Mark's suggestion to use Firebug. Once the page is up, open the Firebug area and choose the Net tab, and then click Clear. Search for a park by name. The first line in the Net area will be the query; if you look at its response, you'll see that it will be close to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.io.script.jsonp_dojoIoScript7._jsonpCallback({"results":[]});&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;if nothing was found and will be a lot longer and beginning with something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.io.script.jsonp_dojoIoScript6._jsonpCallback({"results":[{"layerId":0,"layerName":"Parks and &lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;if there are results. With Chrome's debugger, the tab is called Network and the clear button is along the bottom with an icon consisting of a circle with a slash through it. Fiddler is another great way to see the network traffic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2013 16:55:07 GMT</pubDate>
    <dc:creator>MikeTschudi</dc:creator>
    <dc:date>2013-04-30T16:55:07Z</dc:date>
    <item>
      <title>Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575608#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have been successful in publishing the Parks Finder app with our municipality's data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing that we are having issues with is searching by park name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If we search by park name, we do not get any results.&amp;nbsp; If we search by activity, we get all of the expected results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is anyone else having this problem or does anyone know the solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23559[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Allison&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 18:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575608#M3749</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-04-16T18:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575609#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will want to check the "SearchFields" part in the config.txt and make sure the field listed match the actual fieldnames in your data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use firebug to see what is returned from yuor query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 17:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575609#M3750</guid>
      <dc:creator>BrianLord1</dc:creator>
      <dc:date>2013-04-22T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575610#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We checked our field name and the field name and the alias match what we published in server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We had one of our IT people step through the JS part of the code and it looks like the searchfield is always set to "FacilitySitePoint.NAME" yet when you search for the activity "baseball" the correct parks appear (coming from the ParkRecInfo.BASEBALL field). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anything else is the config file that needs tweaking? We downloaded the template right from the site and only changed what was asked to be changed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Allison&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 17:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575610#M3751</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-04-23T17:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575611#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That makes sense because the program actually uses two separate functions to find parks with a matching name and parks that have the specific activity.&amp;nbsp; Based on what you are describing it seems like there is a disconnect between the field name that the program is looking for and the actual field name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you upload a screenshot of the config.txt file, specifically the lines that set the search fields?&amp;nbsp; Or just show me the code like I did below.&amp;nbsp; It should look something like this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]//Fields used for searching the features through find task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 'SearchFields': "NAME",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, a screenshot of the rest endpoint for the map service like the one I attached?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 17:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575611#M3752</guid>
      <dc:creator>BrianLord1</dc:creator>
      <dc:date>2013-04-24T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575612#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like this is solved but I wanted to add this link to a technical article about this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/40287"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/40287&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Lindsay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 14:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575612#M3753</guid>
      <dc:creator>LindsayThomas</dc:creator>
      <dc:date>2013-04-26T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575613#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the delay - here are the screen shots you requested&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23859[/ATTACH][ATTACH=CONFIG]23860[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575613#M3754</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-04-30T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575614#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Allison,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do check the technical article that Lindsay posted. Mark addressed the search part of the check, but there's also the display part to check:&amp;nbsp; you may be getting the parks, but they're not appearing in the results list. One cause of this is an alias name mis-match: there was a window of time where our download was updated at a different time than our information model and the alias didn't match the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can test the query part of the operation by following Mark's suggestion to use Firebug. Once the page is up, open the Firebug area and choose the Net tab, and then click Clear. Search for a park by name. The first line in the Net area will be the query; if you look at its response, you'll see that it will be close to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.io.script.jsonp_dojoIoScript7._jsonpCallback({"results":[]});&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;if nothing was found and will be a lot longer and beginning with something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.io.script.jsonp_dojoIoScript6._jsonpCallback({"results":[{"layerId":0,"layerName":"Parks and &lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;if there are results. With Chrome's debugger, the tab is called Network and the clear button is along the bottom with an icon consisting of a circle with a slash through it. Fiddler is another great way to see the network traffic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 16:55:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575614#M3755</guid>
      <dc:creator>MikeTschudi</dc:creator>
      <dc:date>2013-04-30T16:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575615#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response. I plugged the site into Chrome and this is what I found when I searched by park name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23878[/ATTACH][ATTACH=CONFIG]23879[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Searching by park activity brings back the results without any issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 17:14:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575615#M3756</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-04-30T17:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575616#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Allison,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clearly the query, then!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's an interesting error response from the server:&amp;nbsp; a find on the MapServer generates an error, but a query on a layer in that same MapServer works.&amp;nbsp; Is your site public, or the service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 19:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575616#M3757</guid>
      <dc:creator>MikeTschudi</dc:creator>
      <dc:date>2013-04-30T19:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575617#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okay, lets try using the chrome tools to get a little more info about what exactly is being searched for and what is being returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open your site in chrome and open the developer tools just like you did previously.&amp;nbsp; This time instead of using the network tab select the sources tab.&amp;nbsp; In the top left click on the small little play button and choose the locator.js file as i did in the screenshot below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23887[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now scroll down in the code and find the line I have highlighted in the screenshot below and add a breakpoint by clicking on the line number on the left.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23888[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can search for a park by name as usual and the app will pause at that line of code.&amp;nbsp; Using the scope variables window (shown in my screenshot) you can open the "findparams" and see exactly what parameters are being used for the find task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take note of the following...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layerIds, searchfields, searchtext&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From there use the info you found to run the exact same find task through your arcgis services directory.&amp;nbsp; Click on the service and then scroll to the bottom of the page to select the find task and enter the search text, layer id, and search fields that you found in chrome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will tell you if the variables used in the find task work or if one of them needs to be changed, such as the search field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 20:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575617#M3758</guid>
      <dc:creator>BrianLord1</dc:creator>
      <dc:date>2013-04-30T20:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575618#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike: our site is private and on our intranet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark: Thanks for the advice! I'll try to get that tested ASAP but unfortunately I only work at that position on Tuesdays.&amp;nbsp; Hopefully I can sneak out and get that tested sometime today or tomorrow so that this can be figured out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575618#M3759</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-05-01T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575619#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed your steps. When I stepped through the debugger: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; layerID: Array[1] 0:0, length: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; searchfields: Array [1] 0: FacilitySitePoint.NAME&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Searchtext: Ypres&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I go to the services directory and add these to the Find task, it says "No Results Found"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used an MSD that was published for all of these tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried something different: I published the MXD directly.&amp;nbsp; When I do the find task in the services directory, using the values above, I actually get the expected result. Problem is, when I use the map service published from the MXD, the application doesn't work. When I search on the name of a park, or an activity, I get the message: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;'feature.attributes[...]' is null or not an object&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could the issue be the difference between an MSD and an MXD? If that's the case, how can I get the MXD to work in my application since it is the only way to get the results?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for all of your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Allison&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 12:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575619#M3760</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-05-07T12:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575620#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was this issue resolved?&amp;nbsp; I am having the same problem.&amp;nbsp; It appears to be related to the join between the featureclass and table in the MXD.&amp;nbsp; If I remove the join, the park name query works, but of course, I loose other functionality in the application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 19:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575620#M3761</guid>
      <dc:creator>DavidCureton</dc:creator>
      <dc:date>2013-05-13T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575621#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found this article: &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/40862"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/40862&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Followed the steps and the app works in Chrome (YAY!!!) but it doesn't work in IE (BOO...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So now I can get the result by park name, or activity but only in Chrome (HOORAY!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know how to get it to work in IE? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The info windows don't work and when you search on activity nothing is returned.&amp;nbsp; Basically we keep getting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 'infoActivity[...].SearchKey' is null or not an object&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 18:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575621#M3762</guid>
      <dc:creator>Allison_Laforet__Charko</dc:creator>
      <dc:date>2013-05-14T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Park Finder - Can't search by Park Name</title>
      <link>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575622#M3763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the link Alison!&amp;nbsp; That fixed the problem for me.&amp;nbsp; Mine is now working in Firefox, Chrome, and IE9.&amp;nbsp; I have not seen that other error you are describing.&amp;nbsp; I wonder if you have a second issue in your app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 20:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/park-finder-can-t-search-by-park-name/m-p/575622#M3763</guid>
      <dc:creator>DavidCureton</dc:creator>
      <dc:date>2013-05-14T20:04:33Z</dc:date>
    </item>
  </channel>
</rss>

