<div dir="ltr">Hello All,<br><div><br></div><div>I hope everyone is well in body and mind.</div><div><br></div><div>I need some help with the EPrints search function. I have been asked to add a box to the repository homepage that lists the latest coronavirus-related deposits.</div><div><br></div><div>I&#39;m hoping to search via keywords for &quot;coronavirus&quot; and &quot;covid-19&quot;. I also want to search for either of these terms in titles. To do this I&#39;m currently butchering a copy of cgi/latest_tool.</div><div><br></div><div>I can get the keywords part to work using:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>$c-&gt;{latest_rona_modes} = {</div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>        default =&gt; { citation =&gt; &quot;noauth&quot; },</div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>        fplatest =&gt; { </div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>                citation =&gt; &quot;popular&quot;, max =&gt; 5, </div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>                #citation =&gt; &quot;result&quot;, max =&gt; 3, </div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>                filters =&gt; [</div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>                        #{ meta_fields =&gt; [ &quot;full_text_status&quot;,&quot;full_text_status&quot; ], value =&gt; (&quot;none&quot;||&quot;public&quot;) }</div></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>                        { meta_fields =&gt; [ &quot;keywords&quot; ], value =&gt; &quot;covid-19&quot;}</div><div><br></div></blockquote></blockquote></blockquote>This also works with &quot;title&quot; as you would expect.<div><br></div><div>What I really want is to do a search where the keywords can be &quot;covid-19&quot; OR &quot;coronavirus&quot; as well as including some allowance for adding an:</div><div><br></div><div> &quot;OR title LIKE &#39;%covid-19%&#39; OR title LIKE &#39;coronavirus&#39; in MYSQL-speak.</div><div><br></div><div>Am I able to do this using the EPrints::Search plugin? I&#39;ve tried reading the codumentation and experimenting with it, but I&#39;m not getting very far.</div><div><br></div><div>If it&#39;s not possible I can think of a number of bodges for it, but decided it was best to attempt the proper way first.</div><div><br></div><div>Thanks,</div><div>James</div></div>