Re: Limiting OPAC keyword search by material type
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi there,
I think the problem is that in your system the material type field is
called M not m.
Viewing the source of your Limit page in the general part of the catalogue
shows:
MATERIAL type (Video, CD, etc):</td><td><select name=M>
<option value="">ANY
~~ snip ~~
<option value="r">3-D OBJECT
<option value="v">VID/VDISC/DVD
<option value="s">CDS
<option value="t">CASSETTES
</select>
I tried replicating this in our catalogue and the limit failed when it
didn't match the
token field name exactly including case.
regards
Susan
At 01:23 AM 26/08/2004, Len Davidson wrote:
I would like to create web page to search our catalog via Keyword, but I
want to limit it to material type VIDEO/DVD (material type = v)
Here his the test page http://trexler.desales.edu/screens/srch_video.html
It does Keyword search, but does not limit it to the material type.
The HTML is as follows, I know I must be missing something. Thanks, Len
<form action="http://trexler.desales.edu/search/w" method="get">
Search with the words: <input type="TEXT"
name="SEARCH" size="25" value="" />
<br>in this format:
<select name="m">
<option value="v">VIDEO/DVD
<option value="s">CDS
<option value="t">CASSETTES
</select>
<input type="SUBMIT" value="Search" />
</form>
--
This message was distributed through the Innovative Users Group INNOPAC list
Public replies: INNOPAC at innopacusers dot org
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac
Susan Murray-Smith, Web Services Coordinator
University of Sydney Library F03
University of Sydney NSW 2006 AUSTRALIA
Ph: (612) 9351 3804
Fax: (612) 9351 2890
Email: s dot murray-smith at library dot usyd dot edu dot au
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---