Skip to content

Commit

Permalink
Update search help for range-based searching
Browse files Browse the repository at this point in the history
  • Loading branch information
ItIsJordan committed Aug 7, 2024
1 parent 219b8ae commit bf4a1f2
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,20 @@ <h4>Searching via Inspire</h4>
</ul>
</div>

<div class="well well-small">
<h4>Range-based Searching</h4>
<ul>
<li>We now support searching for a range of records using their HEPData record ID.
<ul>
<li>
<a href='/search?q=publication_recid:[1 TO 10]'
target="_new">publication_recid:[1 TO 10]</a>
</li>
</ul>
</li>
</ul>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit bf4a1f2

Please sign in to comment.