Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
update no results options
Browse files Browse the repository at this point in the history
We enabled a feature to automatically expand a no-results search, so
the bullet about expanding the search was
redundant.
  • Loading branch information
adamshire123 committed Dec 1, 2023
1 parent bd521c4 commit 1f34ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 01MIT_INST-MIT/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<p><span class="bold-text">No results matching "{{$ctrl.getSearchTerm()}}". Is the spelling correct?</span></p>
<p><span >More options:</span></p>
<ul>
<li>Articles: Select the "Expand search beyond MIT subscriptions" checkbox in the sidebar, or request via <a href="https://libraries.mit.edu/illiad">ILB/ILLiad</a>. If you have not already logged in, doing so may retrieve more results.</li>
<li>Articles: Select the "Search in full text" checkbox in the sidebar, or request via <a href="https://libraries.mit.edu/illiad">ILB/ILLiad</a>.</li>
<li>If you have not already logged in, doing so may retrieve more results.</li>
<li>Books, physical materials: Request via BorrowDirect/InterLibrary Borrowing (ILB) by finding the item in <a href="https://mit.on.worldcat.org/search?queryString={{$ctrl.getSearchTerm()}}">WorldCat</a>.</li>
<li>Archives and manuscripts: Search and request via <a href="http://archivesspace.mit.edu/">ArchivesSpace</a>.</li>
<li><a href="https://libraries.mit.edu/suggest-purchase">Suggest a purchase</a>.</li>
Expand Down

0 comments on commit 1f34ef1

Please sign in to comment.