Get ready for some exciting new changes to Search UNM.

Google Custom Search
We are proud to announce that Google Custom Search is now the official search tool for the University of New Mexico.

Add A Search To Your Page

There are various ways you can incorporate a Seach UNM search form into your web site. This page will provide examples of the most common forms that can be implemented.

Search UNM via Google Custom Search

This form will search the entire index of the Search UNM  Search Engine. This form is commonly found on top level UNM pages.

<!-- Search UNM -->
<form action="https://search.unm.edu/search" method="get" name="unm">
<input maxlength="255" name="q" size="25" type="text">
<input name="submit" value="Search" type="submit"/>
</form>

This form will search a single website within the index of the Search UNM  Search Engine. This form would be commonly used for a custom local search of departmental level UNM pages.

Search single website via Google Custom Search

Enter a search term in the search box to the right of the 'site:registrar,unm.edu' tag. This search will only search the registrar.unm.edu site for the search term.

<!-- Search UNM -->
<form action="https://search.unm.edu/search" method="get" name="unm">
<input maxlength="255" name="q" size="50" value="site:registrar.unm.edu" type="text">
<input name="submit" value="Search" type="submit"/>
</form>

Search single refinement via Google Custom Search

Enter a search term in the search box to the right of the 'more:gallup' tag. This search will search sites only related to the Gallup search refinement tab.

<!-- Search UNM -->
<form action="https://search.unm.edu/search" method="get" name="unm">
<input maxlength="255" name="q" size="50" value="more:gallup" type="text">
<input name="submit" value="Search" type="submit"/>
</form>

Here is a list of all the Search UNM refinements:

  • gallup
  • los_alamos
  • taos
  • valencia
  • health_sciences_center
  • law
  • continuing_ed
Example: "more:health_sciences_center" searches all HSC sites within the Search UNM index.