When the user searches for an author and there are 10 authors, no one
will complain that there is only one matching the name being searched
for.
Theo
>>> [log in to unmask] 31-8-04 15:23:11 >>>
At 07:28 AM 8/31/2004, Theo wrote:
>The user will never see the context set and will never see the
record
>schema because the client will do the mapping from title to dc.title
and
>from tag 245 to title. So what is the issue?
If you run this search:
http://z3950.loc.gov:7090/voyager?operation=searchRetrieve&version=1.1&query=dc.title%20all%20%22oil%22&maximumRecords=10&recordSchema=dc&
You get DC record schema results having title element with values like
this:
<title>10 planner [computer file] /</title>
<title>100 most influential people of the petroleum century.</title>
<title>10th oil anniversary edition.</title>
<title>16 great kids classics [sound recording].</title>
title>1976 profitability of selected major oil company operations
/</title>
<title>1978 Branch County map /</title>
Obviously, many of the results do not have "oil" in the title. This
looks
broken.
|