Hi,
 
We are running v3.1, the number of authors in our repository is becoming very big, arround 200,000, so having them in one html page is not practicle, so we are trying to devide them based on their divisions, doing this in the views.pl  file does not give any browse results:

{
                id => "divisionsauthors",
                allow_null => 0,
                fields => "divisions,creators_name/editors_name",
                order => "creators_name/title",
                include => 1,
                hideempty => 1,

        },

when running generate_views for divisionauthors, the link pages for each author are being created under each division directory in /var/lib/eprints3/archiveid/archivename/html/en/view/divisionauthors/division_directory/authors_link

But the main index.html file under that division_directory doea not contain the authors_link in:

<div align="center">

  <table width="720" class="ep_tm_main"><tr><td align="left">
    <h1 class="ep_tm_pagetitle">Browse by Department_Authors</h1>
    <div class="ep_view_menu"><div class="ep_view_intro">Please select a value to browse from the list below.</div><ul></ul></div>
  </td></tr></table>
</div>

 

NOTE: doing the same for authors emails :fields => "divisions,creators_id", works fine (gives browse results).

 

Any ideas what the problem is with creators_name ?

 

thanks,

Maher