EPrints Technical Mailing List Archive
Message: #02646
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Browse by document type - How to filter and display only some types of documents
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Browse by document type - How to filter and display only some types of documents
- From: "Fotsing, Jean Lazare" <JeanLazare.Fotsing@iaf.inrs.ca>
- Date: Wed, 19 Feb 2014 17:12:47 +0000
Hi all, Just below is the code I have defined in views.pl in order to display the types of documents. { id=>"doctype",
allow_null => 1, hideempty => 1, menus => [
{
fields => ["type;quiet"],
},
],
order=>"-date", variations => [ "creators_name;first_letter", "divisions", "thesis_type", "date", "DEFAULT"
],
}, Here is the display: There are 5 types of documents. I would very much like to filter and display only some types of these documents, such as Article, Livre, Monographie. Please, just tell/show me which pieces I should insert into the above code section in order to reach my goal. Regards John |
- Follow-Ups:
- [EP-tech] Re: Browse by document type - How to filter and display only some types of documents
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Browse by document type - How to filter and display only some types of documents
- Prev by Date: [EP-tech] Re: IRStats 1.0.3. - update_metadata error
- Next by Date: [EP-tech] IRStats 2-0.0.5 - Stats::Handler: requested processor 'countries' does not exist.
- Previous by thread: [EP-tech] IRStats 1.0.3. - update_metadata error
- Next by thread: [EP-tech] Re: Browse by document type - How to filter and display only some types of documents
- Index(es):