Skip to content

Commit

Permalink
Update search_advanced.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina-Vititneva committed Jun 2, 2024
1 parent 2b88147 commit c5cb46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project_0/search/search_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ <h6 id="advanced-search-sub-header">Find pages with...</h6>
<input type="text" class="advance-search-field" name="as_q" autofocus>
<!--<input type="hidden" id="custId" name="custId" value="as_q=">-->
<label for="this">this exact word or phrase:</label>
<input type="text" class="advance-search-field" name="this">
<input type="text" class="advance-search-field" name="as_epq">
<label for="any">any of these words:</label>
<input type="text" class="advance-search-field" name="any">
<input type="text" class="advance-search-field" name="as_oq">
<label for="none">none of these words:</label>
<input type="text" class="advance-search-field" name="none">
<input type="text" class="advance-search-field" name="as_eq">
</div>
<input type="submit" value="Advanced Search" class="button" id="advanced-search">
</form>
Expand Down

0 comments on commit c5cb46b

Please sign in to comment.