Hi Mika, > We're about to store a large number of historical items in DSpace. The > preferable way of browsing these items would be to sort them by their > original creation date / year. However it seems that Dspace always sorts > the items by their import date when using browse by date. Is there a way > to override this? >
In DSpace 1.5 the browse options are completely configurable to your requirements (see the substantial browse section in dspace.cfg, and let us know if something doesn't make sense). In DSpace 1.4.x you can change the bindings of the 4 given indices to the ones that you want to use. If you look in dspace.cfg you should find something like: # webui.browse.index.date = dc.date.issued # webui.browse.index.author = dc.contributor.* # webui.browse.index.title = dc.title # webui.browse.index.subject = dc.subject.* If you uncomment these lines, and set the first line equal to the date field you really want to browse by and re-index, that should do the job for you. Cheers, Richard -- Richard Jones Research Engineer, HP Labs eml: [EMAIL PROTECTED] blg: http://chronicles-of-richard.blogspot.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

