Skip to content

Commit

Permalink
Merge pull request #625 from wri/userdocsearch
Browse files Browse the repository at this point in the history
update userdoc search page
  • Loading branch information
luccasmmg authored Jan 8, 2025
2 parents 6cbb712 + c1f3d0a commit a2e7dac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 34 deletions.
16 changes: 6 additions & 10 deletions deployment/frontend/src/contents/TableContent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,17 @@

7. [Release Note tab](user-guide/dataset-view-pages#Release-Note-Tab)

2. #### [Explore Data and Advanced search](user-guide/explore-data-and-advance-search)
2. #### [Search Page](user-guide/search-page)

a. [Explore Data (Basic search)](user-guide/explore-data-and-advance-search#Explore-Data)
1. [Facets](#Facets)

b. [Advanced Search Page](user-guide/explore-data-and-advance-search#Advanced-Search-Page)
2. [Full text search](#Full-text-search)

1. [Facets](user-guide/explore-data-and-advance-search#Facets)
3. [Share search Url](#Share-search-Url)

2. [Full text search](user-guide/explore-data-and-advance-search#Full-text-search)
4. [Dataset metadata](#Dataset-metadata)

3. [Share search Url](user-guide/explore-data-and-advance-search#Share-search-Url)

4. [Dataset metadata](user-guide/explore-data-and-advance-search#Dataset-metadata)

5. [Sorting](user-guide/explore-data-and-advance-search#Sorting)
5. [Sorting](#Sorting)

3. #### [Teams / Topics Discovery Page](user-guide/teams-topics)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import MdxLayout from '@/components/_shared/mdx-layout'



1. [Facets](#Facets)

2. [Full text search](#Full-text-search)
Expand All @@ -22,31 +20,31 @@ Users can move to the Advance search page by hitting enter in the basic search o

The page contains various facets by which you can filter datasets, and here are the facets:

- Location
- Location

- Application
- Application

- Project
- Project

- Team
- Team

- Topics
- Topics

- Tags
- Tags

- Temporal Coverage (start and end)
- Temporal Coverage (start and end)

- Update Frequency
- Update Frequency

- Format (of the data files)
- Format (of the data files)

- License
- License

- Language
- Language

- WRI Data (Yes or no)
- WRI Data (Yes or no)

- Visibility
- Visibility

<img src="/images/user-guide/explore6.webp" />

Expand Down Expand Up @@ -90,26 +88,26 @@ Results are displayed using the following card:

Available sorting options are:

- Relevance
- Relevance

- Name Ascending
- Name Ascending

- Name Descending
- Name Descending

- Last Modified
- Last Modified

- Featured
- Featured

- WRI Data
- WRI Data

<img src="/images/user-guide/explore10.webp" />

export default function MDXPage({ children }) {
return (
<MdxLayout
label="Explore data/Advance search"
url="/user-guide/explore-data-and-advance-search"
title="Explore Data and Advanced Search"
label="Search Page"
url="/user-guide/search-page"
title="Search Page"
>
{children}
</MdxLayout>
Expand Down

0 comments on commit a2e7dac

Please sign in to comment.