EPrints Technical Mailing List Archive

Message: #04592


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Xapian Search


Hello,
I have two questions on research Xapian :
 
1.   How query the fields : datestamp ?
 
2.   How query the fields :  creators_name (name_family with name_given ) ?
 
 
We added fields (datestamp and creators_name)  in the file cfg.d/eprints_search_simple.pl and reindexed the database.
$c->{search}->{simple} = 
{
                    search_fields => [
                                         {
                                                             id => "q",
                                                             meta_fields => [
                                                                                 "documents",
                                                                                 "eprintid",
                                                                                 "title",
                                                                                 "creators_name",
                                                                                 "abstract",
                                                                                 "datestamp",
                                                                                 
 
Thank you for your help

Josée Lessard