f7f79df1b3d0ebea41b0fa0436f0fe65160131ca
hiram
  Mon Aug 26 13:12:08 2024 -0700
now honoring the back button and restoring the state from the saved state object refs #32596

diff --git src/hg/htdocs/assemblySearch.html src/hg/htdocs/assemblySearch.html
index 9a5afe9..c4758b0 100755
--- src/hg/htdocs/assemblySearch.html
+++ src/hg/htdocs/assemblySearch.html
@@ -35,32 +35,32 @@
 </span> <!-- a hidden span for a pop-up help message -->
            </span>
         <!-- URL argument maxItemsOutput to html page can change this -->
         <input type="hidden" id="maxItemsOutput" value="500">
         </div> <!-- container div for search box and submit/clear buttons -->
         <div id="advancedSearchOptions" class="radioGroupContainer">
            <div class="radioGroup">
            <label><input type="checkbox" id="mustExist" onclick="atLeastOneCheckBoxOn(this)" name="mustExist" value="mustExist" checked>
               show assemblies in available browsers
            </label><br>
            <label><input type="checkbox" id="notExist" onclick="atLeastOneCheckBoxOn(this)" name="notExist" value="notExist" checked>
               show assemblies that can be requested
            </label>
            </div>
            <div class="radioGroup">
-              <label>may match any word <input type="radio" name="wordMatch" value="anyWord"></label>
-              <label>must match all words <input type="radio" name="wordMatch" value="allWords" checked></label>
+              <label>may match any word <input type="radio" name="wordMatch" value="anyWord" id="anyWord"></label>
+              <label>must match all words <input type="radio" name="wordMatch" value="allWords" id="allWords" checked></label>
            </div>
         </div>	<!-- the radioGroupContainer -->
         </div> <!-- the entire form element -->
     </form>
     <div>	<!-- search results status line -->
     <span id="resultCounts">&nbsp;</span>
     <span id="measureTiming">- <em>search time: </em><span id="elapsedTime">0 milliseconds</span>.</span>
     </div>	<!-- search results status line -->
     <hr>
     <table id="dataTable" class="dataTable sorttable fifthRowHighlight" style="border: 1px solid black; display:block; max-width:1300px; position:sticky; top:0;">
         <colgroup id='colDefinitions'>
           <col id='viewReq' style="width: 10%">
           <col id='comName' style="width: 10%">
           <col id='sciName' style="width: 10%">
           <col id='asmId' style="width: 20%">