Skip to content

Commit

Permalink
search: refinements to Advanced Search Tips
Browse files Browse the repository at this point in the history
* Add quotes in search query example data_abstract:"CERN-LHC".
* Replace "resources.description" with just "resources" in link.
  • Loading branch information
GraemeWatt committed May 2, 2024
1 parent daa565e commit 21ed044
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ <h4>Search on title, abstract, or record abstract</h4>
<br/>(i.e. the <em>"comment"</em> in the <em>submission.yaml</em> file)
<ul>
<li>
<a href='/search?q=data_abstract:CERN-LHC' target="_new">data_abstract:CERN-LHC</a>
<a href='/search?q=data_abstract:"CERN-LHC"' target="_new">data_abstract:"CERN-LHC"</a>
<br/><span class="text-muted">Quotes force a full match.</span>
</li>
</ul>
</li>
Expand Down Expand Up @@ -120,7 +121,7 @@ <h4>Searching resources by field</h4>
<li>Text-based description searching:
<ul>
<li>
<a href='/search?q=resources.description:"Created with hepdata_lib"' target="_new">resources:"Created with hepdata_lib"</a>
<a href='/search?q=resources:"Created with hepdata_lib"' target="_new">resources:"Created with hepdata_lib"</a>
<br/><span class="text-muted">Quotes force a full match.</span>
</li>
</ul>
Expand Down

0 comments on commit 21ed044

Please sign in to comment.