EPrints Technical Mailing List Archive
Message: #08141
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] EPrints Search - Latest Items
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] EPrints Search - Latest Items
- From: James Kerwin <jkerwin2101@gmail.com>
- Date: Mon, 27 Apr 2020 16:06:22 +0100
Hello All,
I hope everyone is well in body and mind.
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.
I'm hoping to search via keywords for "coronavirus" and "covid-19". I also want to search for either of these terms in titles. To do this I'm currently butchering a copy of cgi/latest_tool.
I can get the keywords part to work using:
This also works with "title" as you would expect.$c->{latest_rona_modes} = {default => { citation => "noauth" },fplatest => {citation => "popular", max => 5,#citation => "result", max => 3,filters => [#{ meta_fields => [ "full_text_status","full_text_status" ], value => ("none"||"public") }{ meta_fields => [ "keywords" ], value => "covid-19"}
What I really want is to do a search where the keywords can be "covid-19" OR "coronavirus" as well as including some allowance for adding an:
"OR title LIKE '%covid-19%' OR title LIKE 'coronavirus' in MYSQL-speak.
Am I able to do this using the EPrints::Search plugin? I've tried reading the codumentation and experimenting with it, but I'm not getting very far.
If it's not possible I can think of a number of bodges for it, but decided it was best to attempt the proper way first.
Thanks,
James
- Follow-Ups:
- [EP-tech] EPrints Search - Latest Items
- From: James Kerwin <jkerwin2101@gmail.com>
- [EP-tech] EPrints Search - Latest Items
- References:
- [EP-tech] EPrints Search - Latest Items
- From: James Kerwin <jkerwin2101@gmail.com>
- [EP-tech] EPrints Search - Latest Items
- Prev by Date: Re: [EP-tech] Sending email when item is made live
- Next by Date: Re: [EP-tech] EPrints Search - Latest Items
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):