aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-09 15:51:10 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-09 15:51:10 +1000
commitc398c90717544cd46e3a4df3bf2658fbe9466f62 (patch)
tree852a2d70444db95a62577aa75cb5b9d39f39f6a2
parentcb6025a6e4990b5ed691106f26de01322f93063c (diff)
Add some non-monophyletic-name info in help-section
-rw-r--r--src/components/HelpModal.vue15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue
index 3e30c9f..5764f3e 100644
--- a/src/components/HelpModal.vue
+++ b/src/components/HelpModal.vue
@@ -302,7 +302,7 @@
</li>
</ul>
<br/>
- <h1 class="text-lg font-bold">Some Possible Points of Confusion</h1>
+ <h1 class="text-lg font-bold">Possible Points of Confusion</h1>
<ul class="list-disc pl-4">
<li>
<h2 class="font-bold">Unexpected Images</h2>
@@ -317,16 +317,17 @@
<h2 class="font-bold">Unexpected Search Results</h2>
<ul class="list-[circle] pl-4">
<li>
+ Some search results might not include what you're looking for.
+ An example is 'dinosaur', which doesn't correspond to a single node,
+ but to multiple nodes within Sauria.
+ And dog breeds are absent because they aren't considered
+ separate species, but as variant descendants of Canis familiaris.
+ </li>
+ <li>
In the Complex tree, searching for 'orange', then pressing enter, brings up
a kind of butterfly, instead of a citrus plant. This is because suggestions
are not yet ordered by how well known the taxon is.
</li>
- <li>
- In some cases, a search might unexpectedly have no results. For example,
- searching for 'golden retriever' brings up nothing. This is because
- breeds of domestic dog are not considered separate species, but as
- variant descendants of Canis familiaris.
- </li>
</ul>
</li>
</ul>