Skip to content

Commit

Permalink
Merge branch 'master' into myDev3
Browse files Browse the repository at this point in the history
  • Loading branch information
zguo committed May 18, 2015
2 parents cb89b99 + 6a02cc8 commit 8dbed69
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions components/server/FederatedSearch/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Copyright 2010 Esri.
=====================================================

This module supports integrating search results from Geoportal Server into the search results inside the
Portal for ArcGIS 10.2.
Portal for ArcGIS 10.2 and up.


DEPLOYMENT:
10.2 DEPLOYMENT:

1. Copy provided 'custom' folder into the 'home' web application of your Portal for ArcGIS, e.g., \\C:\Program Files\ArcGIS\Portal\webapps\home\custom

Expand All @@ -28,3 +28,17 @@ DEPLOYMENT:

5. To test, launch the Portal web application and do a search for content. When results are returned, you should see your server listed on the left, under the "Search additional catalogues" heading. Click the link to your server, and search results from your endpoint should appear in the interface.


10.3 DEPLOYMENT:

1. Follow the 10.2 deployment steps above.

2. Open the file "federated-searches-json.js" that is within folder "custom".

3. Remove the prefix "esri_" from the IDs, at lines 87 and 89.

var targetNode = dojo.byId("arcgisonline_sharing_dijit_SearchResultsSimple_0");
var targetHeaderNode = dojo.byId("resultsLabel");
var targetSortersNode = dojo.byId("arcgisonline_sharing_dijit_Sorter_0");

This is necessary because the the Portal for ArcGIS search.html page changed some IDs of HTML elements at 10.3.

0 comments on commit 8dbed69

Please sign in to comment.