<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="padding-bottom: 10px; padding-top: 5px;">
<div style="padding:12px; border:1px solid #8D3970; background-color:#F7F9FA; color:#8D3970; font-size:14px; line-height:22px; font-family: Calibri, Arial, Helvetica, sans-serif;">
<strong>CAUTION:</strong> This e-mail originated outside the University of Southampton.
</div>
</div>
<div>
<div dir="ltr">While trying to search by keywords and title in the simple search option it is picking the words from the abstract field and we have only 200 documents that have algorithms in the keywords field but while searching it is showing the 651 documents
on the search result page.
<div>how to do that to give only the result that matches with the query.<br>
<div><b><br>
</b></div>
<div><b>Using 3.4 version of eprints.</b></div>
<div><b><br>
</b></div>
<div>and also how to create the select different drop-down fields (all, author, keywords, etc....) to search through the simple search options area on the homepage.<br>
<div><br>
</div>
<div>here I share the conf. the file of simple search pl</div>
<div><br>
</div>
<div>$c->{search}->{simple} = <br>
{<br>
search_fields => [<br>
{<br>
id => "q",<br>
meta_fields => [<br>
"book_title",<br>
"title",<br>
"publication",<br>
"contributors_name",<br>
"keywords",<br>
"creators_name",<br>
"subjects"<br>
]<br>
},<br>
],<br>
preamble_phrase => "cgi/search:preamble",<br>
title_phrase => "cgi/search:simple_search",<br>
citation => "result",<br>
page_size => 10,<br>
# order_methods => {<br>
# "byyear" => "-date/creators_name/title",<br>
# "byyearoldest" => "date/creators_name/title",<br>
# "byname" => "creators_name/-date/title",<br>
# "bytitle" => "title/creators_name/-date"<br>
# },<br>
default_order => "byyear",<br>
show_zero_results => 1,<br>
};<br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>