54 | | TODO |
| 54 | ==== Using the narrow your search widget ==== |
| 55 | |
| 56 | The narrow your search module also known as faceted search (http://en.wikipedia.org/wiki/Faceted_search) allows aggregation based on criteria (eg. keywords, organization, dates) with frequency of each category for the current search. When running a search, all search results are analyzed and a list of main values for each criteria is computed. This summary is displayed as a list next to the search results where user could filter the search by selecting a value. |
| 57 | |
| 58 | [[Image(geonetwork-faceted-search-list.png)]] |
| 59 | |
| 60 | Once selected, the value is added to a breadcrumb widget which provides all filters applied on top of the first search. For example, searching for "dataset" with keyword "society" in "1998": |
| 61 | |
| 62 | [[Image(geonetwork-faceted-search-breadcrumb.png)]] |
| 63 | |
| 64 | For each filter, user can click on it to: |
| 65 | * remove it |
| 66 | * or switch to another value |
| 67 | |
| 68 | [[Image(geonetwork-faceted-search-breadcrumb-switch.png)]] |
| 69 | |
| 70 | A filter is populated with the list of values computed on the first search (ie. before any filters is applied to the search). |
| 71 | |
| 72 | The filters can be reset using the reset search button. |
| 73 | |