link:Lane Community College  home page
 

Linda Grenz      Linda Grenz
      Library Information Technology Coordinator
      541-463-5640
      grenzl@lanecc.edu


<< Linda's Home

How To:

bulletCreate Catalog Search Links

Use the following techniques to create persistent searches that keep your bibliographies current using up-to-date catalog records. Persistent searches can also be used as a collection development tool.

Examples:

More Examples

Creating a simple search

Begin with the base search url to the catalog http://library.lanecc.edu/search/ and add the search type syntax to the base url:

Link to Sailor song by title
http://library.lanecc.edu/search/t?Sailor+song

Search the catalog for Ken Kesey http://library.lanecc.edu/search/a?kesey+ken

Link to journalism by subject heading
http://library.lanecc.edu/search/d?journalism

hint: To search a particular subject heading and not any of its subdivisions add the pipe symbol (|) to the end of the subject to untruncate.
http://library.lanecc.edu/search/d?journalism|

Link to One flew over the cuckoo's nest by ISBN
http://library.lanecc.edu/search/i?0141181222

Link to childhood obesity as a keywords
http://library.lanecc.edu/search/X?childhood+obesity

Special note:
For special characters use % plus the hex character codes. The most common you will use in creating links to the catalog are:

comma: %2C
space: %20 or +
quote: %22
"+": %2B
"#": %23

Creating a complex advance keyword search
This is the fun part.

Begin with the base advance search url for the catalog: http://library.lanecc.edu/search/X?
and choose which elements you would like to search by and add the syntax to the base url.

Title search: Sailor song
http://library.lanecc.edu/search/X?t:(sailor+song)

Author search: Ken Kesey
http://library.lanecc.edu/search/X?a:(Kesey+Ken)

Subject search: women
http://library.lanecc.edu/search/X?d:(women)

Search for multiple subjects: Women in technology
http://library.lanecc.edu/search/X?d:(women)
+and+d:(science+or+scientist*+or+technology+or+biolog*+or+chemistr*)

Limit your search

After creating an advanced keyword search add the limit by syntax.

Search for WWII films
http://library.lanecc.edu/search/X?d:(world+war+1939*)&m=g

Keyword subject search gardening in the reference collection
http://library.lanecc.edu/search/X?d:gardening&b=mnref

Keyword search food limited to language spanish
http://library.lanecc.edu/search/X?food&l=spa

Keyword subject search computer(s) limited by date between 1950 & 1994 and material type books
http://library.lanecc.edu/search/X?d:(computer*)&Da=1950&Db=1995&m=a

Keyword search web limited to publisher O'Reilly
http://library.lanecc.edu/search/X?web&p=oreilly

Sort your search

Add one of these sort parameter at the end of the url you have created.

Search for videos with keyword science, but not science fiction after 2000 and sorted by title
http://library.lanecc.edu/search/X?(science)+and+not+(science+fiction)
&m=g&Da=2000&SORT=AX