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.
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.
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>
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: