From 8ce02d03a39f48739f067316e6060bfd3c7a99e2 Mon Sep 17 00:00:00 2001
From: Alessandro CERIONI <acerioni@grandlyon.com>
Date: Mon, 17 Feb 2020 13:33:52 +0100
Subject: [PATCH] Update info.md

---
 .../components/custom-apps/web-app/dataset/info.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/components/custom-apps/web-app/dataset/info.md b/docs/components/custom-apps/web-app/dataset/info.md
index e3dd2d6..5961c2b 100644
--- a/docs/components/custom-apps/web-app/dataset/info.md
+++ b/docs/components/custom-apps/web-app/dataset/info.md
@@ -1,10 +1,20 @@
 # Information
 
+This tab shows metadata related to the visited dataset.
+
 ![Information](../../../../assets/webapp/info.png)
 
-## Metadata
+Let us note that metadata:
+
+* are originally filled in by the back-office team via the [GeoNetwork](https://www.geonetwork-opensource.org/) off-the-shelf application;
+* comply to two different templates: 
+    * ISO19139 for geographical datasets;
+    * Dublin Core for non-geographical datesets;
+* are indexed in Elasticsearch by a [custom indexer](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/indexers/metadata-and-data), in order to enable full-text searches.
+ 
+This Web Application retrieves metadata from Elasticsearch, by applying a filter on the `slug` field.
 
-This tab displays the `metadata` of the dataset, following the [Geoportal INSPIRE](https://inspire-geoportal.ec.europa.eu/) rules.
+*QUESTION: do you confirm that such a filter is the right one?*
 
 ## Parent and children datasets
 
-- 
GitLab