EPrints Technical Mailing List Archive
Message: #06408
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Eprints migration
- To: eprints-tech@ecs.soton.ac.uk
- Subject: Re: [EP-tech] Eprints migration
- From: David R Newman <drn@ecs.soton.ac.uk>
- Date: Mon, 3 Apr 2017 09:06:04 +0100
Hi It looks like you do not have any advanced search fields set. Can you find a file called eprint_search_advanced.pl either in the same directory or in your archive's cfg.d. directory (e.g. /usr/share/eprints3/archives/ARCHIVE_NAME/cfg/cfg.d/eprints_search_advanced.pl). If not you will want to create this file and add the code that follows this email. If you do not have this file in either of the two directories I mention above, I am a little puzzled why, if this is an initial install using the Deb package. Regards David Newman $c->{search}->{advanced} = { search_fields => [ { meta_fields => [ "documents" ] }, { meta_fields => [ "title" ] }, { meta_fields => [ "creators_name" ] }, { meta_fields => [ "abstract" ] }, { meta_fields => [ "date" ] }, { meta_fields => [ "keywords" ] }, { meta_fields => [ "subjects" ] }, { meta_fields => [ "type" ] }, { meta_fields => [ "department" ] }, { meta_fields => [ "editors_name" ] }, { meta_fields => [ "ispublished" ] }, { meta_fields => [ "refereed" ] }, { meta_fields => [ "publication" ] }, { meta_fields => [ "documents.format" ] }, ], preamble_phrase => "cgi/advsearch:preamble", title_phrase => "cgi/advsearch:adv_search", citation => "result", page_size => 20, order_methods => { "byyear" => "-date/creators_name/title", "byyearoldest" => "date/creators_name/title", "byname" => "creators_name/-date/title", "bytitle" => "title/creators_name/-date" }, default_order => "byyear", show_zero_results => 1, }; On 03/04/2017 08:52, Mitocariu Emilian
wrote:
|
- References:
- [EP-tech] Eprints migration
- From: Mitocariu Emilian <mitocariu.emilian@gmail.com>
- Re: [EP-tech] Eprints migration
- From: David R Newman <drn@ecs.soton.ac.uk>
- Re: [EP-tech] Eprints migration
- From: Mitocariu Emilian <mitocariu.emilian@gmail.com>
- [EP-tech] Eprints migration
- Prev by Date: Re: [EP-tech] Eprints migration
- Next by Date: Re: [EP-tech] Eprints migration
- Previous by thread: Re: [EP-tech] Eprints migration
- Next by thread: Re: [EP-tech] Eprints migration
- Index(es):