<?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 Geoportal Browse Tree customization help in Esri Geoportal Server Questions</title>
    <link>https://community.esri.com/t5/esri-geoportal-server-questions/geoportal-browse-tree-customization-help/m-p/89771#M143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, i hope you all are fine. I have installed Esri Geoportal 1.2.2 version. I have already integrated my arcgis server rest services in geoportal. The data is now linked with my geoportal. I can find the data in search option. But the problem is I cannot view or link the data in Browser Tree (in catalog). I read a lot of documentation and help file. Basic things are there but i could not find any real example thus I can follow and customize my portal. For example I have Soil data and how I can link it into browser tree? Please give me an example thus i can do the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you&lt;/P&gt;&lt;P&gt;With best regards&lt;/P&gt;&lt;P&gt;Muqit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 08:27:43 GMT</pubDate>
    <dc:creator>Muqit_Zoarder</dc:creator>
    <dc:date>2016-02-24T08:27:43Z</dc:date>
    <item>
      <title>Geoportal Browse Tree customization help</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/geoportal-browse-tree-customization-help/m-p/89771#M143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, i hope you all are fine. I have installed Esri Geoportal 1.2.2 version. I have already integrated my arcgis server rest services in geoportal. The data is now linked with my geoportal. I can find the data in search option. But the problem is I cannot view or link the data in Browser Tree (in catalog). I read a lot of documentation and help file. Basic things are there but i could not find any real example thus I can follow and customize my portal. For example I have Soil data and how I can link it into browser tree? Please give me an example thus i can do the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you&lt;/P&gt;&lt;P&gt;With best regards&lt;/P&gt;&lt;P&gt;Muqit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 08:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/geoportal-browse-tree-customization-help/m-p/89771#M143</guid>
      <dc:creator>Muqit_Zoarder</dc:creator>
      <dc:date>2016-02-24T08:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Geoportal Browse Tree customization help</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/geoportal-browse-tree-customization-help/m-p/89772#M144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muqit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the browse tree can be customized editing the &amp;lt;geoportal&amp;gt;\WEB-INF\classes\gpt\search\browse\browse-catalog.xml file. In this file you can add queries using the rest API of GPT (&lt;A href="https://github.com/Esri/geoportal-server/wiki/REST-API-Syntax" title="https://github.com/Esri/geoportal-server/wiki/REST-API-Syntax"&gt;REST API Syntax · Esri/geoportal-server Wiki · GitHub&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;For example, if you need to display a leaf of the tree showing all records contating the word "Soil", you should add something like:&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;38&amp;lt;/id&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Search for Soil&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;query&amp;gt;searchText=Soil&amp;lt;/query&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;There are several things to take care of:&lt;/P&gt;&lt;P&gt;- the Id must be unique within the file&lt;/P&gt;&lt;P&gt;- the &amp;lt;name&amp;gt; can be a string literal (as in this case) or it can refer to a key in the gpt.properties file: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name resourceKey="catalog.mdParam.somelabel"&amp;gt;&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;In the latter case you can handle multilingual&lt;/P&gt;&lt;P&gt;- also folders in the tree can be clicked, so the query of these elements should include all leaf cases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One additional clue: a very smart way for a one-click search is to use Collections. Collections are a user-defined grouping of metadata, that can be queried with the keyword isPartOf. This gives the ability to "assign" a metadata to a concept indipendently from his content. In your case, for example, you could define a "Soil" collection and assign records to that collection even if they do not contain the Soil keyword.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gianni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/geoportal-browse-tree-customization-help/m-p/89772#M144</guid>
      <dc:creator>GianniCampanile</dc:creator>
      <dc:date>2016-04-12T09:40:19Z</dc:date>
    </item>
  </channel>
</rss>

