Skip to content

Commit

Permalink
added search and filter dataset documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendoggs committed Jun 12, 2024
1 parent 32dacfd commit 96d46c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding and removing genetic maps from the view
# Adding and removing datasets from the view

1. Under the explore tab scroll down to the Datasets section

Expand Down
18 changes: 18 additions & 0 deletions docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Search and filter datasets

1. Navigate to the explore tab and scroll down to the Datasets box and put your search term into the text box.
!!! note

By default, when the page loads it will always be on the Explorer Tab
![enter image description here](https://pretzel-images-public.s3.ap-southeast-2.amazonaws.com/search-and-filter/search-and-filter-01.png)
2. The results of the search will up down in the bottom most area coloured in blue. With the number just above the number of returned results.

![enter image description here](https://pretzel-images-public.s3.ap-southeast-2.amazonaws.com/search-and-filter/search-and-filter-02.png)
!!! note

By default the search will search just the input (eg. "8 way magic"), toggling the search to "any" by pressing the green "all" button, will return any results that match its individual components (eg. "8", "way" and "magic").
![enter image description here](https://pretzel-images-public.s3.ap-southeast-2.amazonaws.com/search-and-filter/search-and-filter-03.png)
!!! note

By default the search will not care about capitalisation of letters, by pressing the "insensitive" green button it will toggle the search to be "sensitive" to capitalisation, meaning it will only return results that match the word and exact capitalisation.
![enter image description here](https://pretzel-images-public.s3.ap-southeast-2.amazonaws.com/search-and-filter/search-and-filter-04.png)

0 comments on commit 96d46c5

Please sign in to comment.