Hello everyone,

I added in our collection for a couple of description a second or third title but it seems only the first one is indexed.
How could I change this so that every one of them is searchable?
All of them are in dc.title.

+1: is there an easy way to put an RSS link in the JSPUI interface (DSpace 4.2)? I activated in the dspace.cfg but at this version it does not put any buttons on the interface.
So I added the following Javascript (I`m not a programmer!):

        <script  type="text/javascript">
                         var pathArray = window.location.pathname.split( '/' );
                         var secondLevelLocation = pathArray[0];
                         var LevelLocation = pathArray[2];
                         var Level2 = pathArray[3];
                         if(Level2 === undefined){
                         document.write('<a  href="' + secondLevelLocation + '/feed/rss_1.0/site"><img 
src="/image/rss001.png" alt="Rss 1.0" /> RSS1.0</a> ');
                 document.write('<a  href="' + secondLevelLocation + '/feed/rss_2.0/site"><img 
src="/image/rss003.png" alt="Rss 1.0" /> RSS2.0</a> ');
                         }
                         else{
                         document.write('<a  href="' + secondLevelLocation + '/feed/rss_1.0/' + LevelLocation + '/' + 
Level2 + '"><img src="/image/rss001.png" alt="Rss 1.0" /> RSS1.0</a> ');
                 document.write('<a  href="' + secondLevelLocation + '/feed/rss_2.0/' + LevelLocation + '/' + Level2 + 
'"><img src="/image/rss003.png" alt="Rss 1.0" /> RSS2.0</a> ');
                         }
                </script>

Would it be a more easy or elegant way to do this?

Thank you very much!
--

Best regards,
Bodnár Róbert
-----------------------------------------------
Digitization Department
Biblioteca Centrală Universitară "Lucian Blaga"
Cluj-Napoca

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to