26e6a4bf36de8ad6b82e737daac654077721a7cb
dschmelt
  Thu Jun 11 10:49:55 2020 -0700
Documenting auto-complete click suggestion feature ref #25703

diff --git src/hg/htdocs/goldenPath/help/geneSearchBox.html src/hg/htdocs/goldenPath/help/geneSearchBox.html
index 5deaeb2..4572855 100755
--- src/hg/htdocs/goldenPath/help/geneSearchBox.html
+++ src/hg/htdocs/goldenPath/help/geneSearchBox.html
@@ -1,23 +1,23 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="Genome Browser Gene Search" -->
 <!--#set var="ROOT" value="../.." -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <h1>How to use the Search Box to find a gene</h1> 
 <p> 
-The search box accepts input in several <a href="query.html">formats</a>. Searching using the gene 
-name auto-complete feature takes users directly to the position of the UCSC/Known Genes or Refseq 
-record associated with the gene, bypassing the default search of the entire database. The search box
-suggests gene names similar to the query when appropriate.</p> 
+The search box accepts input in several <a href="query.html">formats</a>. The search box has a gene 
+name auto-complete feature that suggests matches and takes users directly to the 
+position of the UCSC/Known Genes or Refseq record associated with the gene, bypassing a search 
+of the entire database.</p> 
 <p>
 <img src="../../images/autoselect.jpg"></p> 
 <p> 
-To use this functionality simply start typing the gene name into the search box; it will suggest 
-gene names after 2 or more characters are entered. You can either choose a gene from the list, or 
-finish typing your full gene name and then press &quot;go&quot; or &quot;enter&quot;. If you select 
-a gene from the list, the associated gene coordinates will appear in the position box. If the gene 
-name is not recognized, the software will perform a search using the default search function.</p>
+To use this functionality, start typing the gene name into the search box; it will suggest 
+gene names after 2 or more characters are entered. These suggestions can be clicked, bringing you
+immediately to the position of the item you clicked. Alternately, if you finish typing and hit
+&quot;Go&quot; or &quot;Enter&quot;, this will bring up a full list of up to 500 search results.
+</p>
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->