Skip to content
Snippets Groups Projects
Commit 976eef33 authored by Demian Katz's avatar Demian Katz
Browse files

Simplified author search to exclude redundant fields.

parent 07c3def0
No related merge requests found
...@@ -17,7 +17,7 @@ default_sort = relevance ...@@ -17,7 +17,7 @@ default_sort = relevance
[Basic_Searches] [Basic_Searches]
srw.kw = "All Fields" srw.kw = "All Fields"
srw.ti:srw.se = Title srw.ti:srw.se = Title
srw.au:srw.pn:srw.cn = Author srw.au = Author
srw.su = Subject srw.su = Subject
srw.dd:srw.lc = "Call Number" srw.dd:srw.lc = "Call Number"
srw.bn:srw.in = "ISBN/ISSN" srw.bn:srw.in = "ISBN/ISSN"
...@@ -27,7 +27,7 @@ srw.bn:srw.in = "ISBN/ISSN" ...@@ -27,7 +27,7 @@ srw.bn:srw.in = "ISBN/ISSN"
[Advanced_Searches] [Advanced_Searches]
srw.kw = adv_search_all srw.kw = adv_search_all
srw.ti:srw.se = adv_search_title srw.ti:srw.se = adv_search_title
srw.au:srw.pn:srw.cn = adv_search_author srw.au = adv_search_author
srw.su = adv_search_subject srw.su = adv_search_subject
srw.dd:srw.lc = adv_search_callnumber srw.dd:srw.lc = adv_search_callnumber
srw.bn:srw.in = adv_search_isn srw.bn:srw.in = adv_search_isn
......
<?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au%3Asrw.pn%3Asrw.cn <?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au
\ No newline at end of file
<?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au%3Asrw.pn%3Asrw.cn <?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au
\ No newline at end of file
<?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au%3Asrw.pn%3Asrw.cn <?=$this->url('worldcat-search')?>?lookfor=<?=urlencode($this->lookfor)?>&amp;type=srw.au
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment