Re: [IUG] Coding a webopac search box which has limits built in
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Date: Thu, 2 Apr 2009 16:47:45 -0600
- From: "Welch, Andrew" <AWelch at auroragov dot org>
- Subject: Re: [IUG] Coding a webopac search box which has limits built in
Hi Bruce,
Unfortunately, it isn't possible to pre-limit index searches (scope and
sort method excepted). Keyword searches are a different story. If you
change the form action to "/search/X" you should see your limits
applied.
Andrew Welch
Sr. Library Systems Technician
Aurora Public Library
Aurora, CO 80012
http://auroralibrary.org/
> -----Original Message-----
> From: innopac-bounces at innopacusers dot org [mailto:innopac-
> bounces at innopacusers dot org] On Behalf Of Bruce Eames
> Sent: Thursday, April 02, 2009 3:52 PM
> To: innopac at innopacusers dot org
> Subject: [IUG] Coding a webopac search box which has limits built in
>
> Hi All,
>
> I want to provide webpac searchers with a search box which has some
> limits built in already e.g. their search terms will be limited to
> electronic periodicals.
>
> I see some folks have done this already but I am having trouble
> reproducing the code and making it work.
>
> I've studied the URL of such a search on our system and have come up
> with this code -
>
> <form method="get" action="/search/t">
> <input type="text" name="SEARCH" maxlength="64" size="48" value=""/>
> <input type="hidden" name="B" value="s" />
> <input type="hidden" name="M" value="m" />
> <input type="submit" value="Submit Search" />
> </form>
>
> I feel this should work but my search box ignores the limits.
>
> Can anyone help with my code?
>
> Many thanks,
>
> Bruce.
>
> ********************
> Bruce Eames
> Coordinator, Innopac / Millennium
> Library Systems Team
> Collection Access, University Library
> University of Melbourne
> Victoria 3010 Australia
> Tel. (03) 8344 4236
> ********************
> Log Innopac / Millennium queries via the IT Service Desk
> http://servicedesk.unimelb.edu.au/
> ********************
>
> This email and any attachments may contain personal information or
> information that is otherwise confidential or the subject of
copyright.
> Any use, disclosure or copying of any part of it is prohibited. The
> University does not warrant that this email or any attachments are
free
> from viruses or defects. Please check any attachments for viruses and
> defects before opening them. If this email is received in error please
> delete it and notify us by return email.
>
>
>
> --
> 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