-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added search and filter dataset documentation
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...nd-removing-genetic-maps-from-the-view.md → ...ng-and-removing-datasets-from-the-view.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |