>>>>>>> a57ab2d... put search bar in two words and wip on the home page
The main goal of the page is to encourage the user to discover the catalog of dataset. To do so, it gives two entrypoints:
* The search bar, it allows the user to find dataset that match, with more or less accuracy, with the search string he/she typed. For more information about the search bar please refer to [this](./header.md#Search-bar) section of the documentation.
* The explore button, it also redirects the user to the search page but with no particular criteria and let him or her freely discover the available dataset.
<<<<<<< HEAD
The homepage also highlights the lastest news. Indeed the page retrieves from elasticsearch, where the content of our [CMS Ghost](../../off-the-shelf-apps/cms.md) as been indexed, the last three articles. However based on one of Ghost's functionality, that allow to *feature* an article, the first of the three news will always be the featured article when one exists.
An `All news` button allows one to access the search page with the `News` tab directly selected.
=======
The homepage also highlights the lastest news. Indeed the page retrieves from elasticsearch, where the content of our [CMS Ghost] as been indexed, the last three articles. However based on a feature of Ghost
## News
## All news
>>>>>>> a57ab2d... put search bar in two words and wip on the home page