From 96d46c5c2aadf9ddfda9831da778ad4bb92dcfcc Mon Sep 17 00:00:00 2001 From: Kendoggs <33119615+Kendoggs@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:32:35 +1000 Subject: [PATCH] added search and filter dataset documentation --- ...ing-and-removing-datasets-from-the-view.md} | 2 +- .../Search-and-filter-datasets.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) rename docs/Basic-Pretzel-Functionality/{Adding-and-removing-genetic-maps-from-the-view.md => Adding-and-removing-datasets-from-the-view.md} (97%) create mode 100644 docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md diff --git a/docs/Basic-Pretzel-Functionality/Adding-and-removing-genetic-maps-from-the-view.md b/docs/Basic-Pretzel-Functionality/Adding-and-removing-datasets-from-the-view.md similarity index 97% rename from docs/Basic-Pretzel-Functionality/Adding-and-removing-genetic-maps-from-the-view.md rename to docs/Basic-Pretzel-Functionality/Adding-and-removing-datasets-from-the-view.md index 9fd54ab..042ce38 100644 --- a/docs/Basic-Pretzel-Functionality/Adding-and-removing-genetic-maps-from-the-view.md +++ b/docs/Basic-Pretzel-Functionality/Adding-and-removing-datasets-from-the-view.md @@ -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 diff --git a/docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md b/docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md new file mode 100644 index 0000000..ffb8928 --- /dev/null +++ b/docs/Basic-Pretzel-Functionality/Search-and-filter-datasets.md @@ -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) \ No newline at end of file