= Inspire Search criteria (optional) = || '''Date''' || 2010/15/03 || || '''Contact(s)''' || Jose Garcia. || || '''Last edited''' || [[Timestamp]] || || '''Status''' || draft || || '''Assigned to release''' || 2.5.0 || || '''Resources''' || NGR || == Overview == This proposal extends the GeoNetwork search interface to allow search metadata using INSPIRE criteria. The proposal is based on NGR project, that extended the Search GUI to allow search of INSPIRE compliant metadata. [[Image(inspire_search_ngr.png)]] In this website you can check the proposal described working: http://nordic.geocat.net/geonetwork/ === Proposal Type === * '''Type''': GUI Change, Core Change * '''App''': !GeoNetwork * '''Module''': Lucene Index, Search Interface === Links === * '''Documents''': [http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/inspireDataspecD2_3v2.0.pdf] * '''Email discussions''': * '''Other wiki discussions''': [wiki:InspireView] === Voting History === * Vote not yet proposed ---- == Motivations == Extend the current search gui to support the search of metadata using INSPIRE criteria. == Proposal == === Configure the avalability of INSPIRE options === The search for INSPIRE metadata panel is not visible by default. A mechanism is added in order to turn on/off INSPIRE search panel in config-gui.xml. {{{ 0 }}} This parameter can be used to enable/disable the avalability of INSPIRE in GeoNetwork, maybe also for [wiki:InspireView] === Search panel === If INSPIRE is enabled, the INSPIRE search options are shown in the advanced search panel: [[Image(inspire_search_gn.png)]] Some changes proposed to add also: * Made INSPIRE collapsible and hidden by default * Add "Either of the words" as first search parameter and put "Exact phrase", "All of the words" and "Without the words" in a collapsible panel, hidden by default. * Show INSPIRE terms without using an scrollbar Additions: The search panel for INSPIRE allows searching with this criteria fields: * Only INSPIRE metadata: Searches metadata associated with category=Inspire. This category should be added to Categories table. * Title (Metadata title) * INSPIRE Annex (See [http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/inspireDataspecD2_3v2.0.pdf]) * INSPIRE Theme (See [http://inspire.jrc.ec.europa.eu/reports/ImplementingRules/inspireDataspecD2_3v2.0.pdf]) * Source type (Hierarchy level) * Service type (Online protocol) * Organisation (Group): '''To Check''' === Indexing === ||'''Search field'''||'''Lucene field'''|| ||Title (Metadata title)||title|| ||Inspire annex||inspireannex ('''new''')|| ||INSPIRE theme||inspiretheme ('''new''')|| ||Source type (Hierarchy level)||type|| ||Service type (Online protocol)||protocol|| ||Organization (Group)||group|| Two new fields should be added to the indexing of iso19139 metadata to allow search for INSPIRE annex and INSPIRE theme fields (index-fields.xsl): {{{ }}} === Backwards Compatibility Issues === none == Risks == == Participants == * Jose Garcia