Home → Circulation in Evergreen → Using the Public Access Catalog (OPAC) → Search URL
Last Updated 05/16/2024
Here is a basic search URL structure:
[hostname]/eg/opac/results?query=[search term]&qtype=keyword&fi%3Aitem_type=&locg=[location id]
This is the id of the search location. It is an integer and matches the id of the location the user selected in the location drop down menu.
The qtype parameter in the URL represents the search type values and represent one of the following search or request types:
These match the options in the search type drop-down box.
The sort parameter sorts the results on one of these criteria.
sort=pubdate
(publication date) - chronological ordersort=titlesort
- Alphabetical ordersort=authorsort
- Alphabetical order on family name firstTo change the sort direction of the results, the sort parameter value has the ".descending" suffix added to it.
sort=titlesort.descending
sort=authorsort.descending
sort=pubdate.descending
In the absence of the sort parameter, the search results default to sorting by relevance.