Re: [Dspace-tech] how to show the link to item in the search result

2010-03-08 Thread Lucas Mocellin
Hi Claudia,

I didn't figure out exactly how it worksm let me try to explain:

2010/3/4 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

 Hello,

 in order to use the new field as a browse index it has to be configured,
 too. So apart from changing

 ok, this browse index you mean the left column as 
Communities Collections http://dspace:8080/dspace-jspui/community-list Issue
Date http://dspace:8080/dspace-jspui/browse?type=dateissued
Authorhttp://dspace:8080/dspace-jspui/browse?type=author
Title http://dspace:8080/dspace-jspui/browse?type=title Subject 
http://dspace:8080/dspace-jspui/browse?type=subject
right?

This is not necessary.

webui.itemlist.columns
 to
 thumbnail, dc.date.issued(date), dc.title.portaria, dc.contributor.*

 You got to configure the browse indices, an browse link, if wanted:

 webui.browse.index.[n] = portaria:metadata:dc.title.portaria:text
 webui.itemlist.sort-option.[n] = portaria:dc.title.portaria:text
 webui.browse.link.[n] = portaria:dc.title.portaria

I think this browse.link is not what I want too, this seems just to create a
link to a browse index.

was I clear about my problem?

I just have a search result that does NOT have a link for the item, I get
the search result as follow:
Item hits: Data de EmissaoNumero da PortariaOrgao Emissor 1-Jan-2010 *
1**Gabinete do Reitor*
this Numero da Portaria is my dc.title.portaria, that should be the ID of
the item, so if I want to see all metadata and files attached, I should
click on *1, but this is NOT A LINK*. that's what I want,
to make this number a link to the handle (I mean, the item itself)).

did you guys understand my problem?

Thanks again,


 [n] indicates the next number

 Furthermore you got to change your message catalogue to include the proper
 labels.

 Hope that helps

 Claudia Jürgen


 N
 Am 03.03.2010 19:37, schrieb Lucas Mocellin:

 Hi folks,

 I changed my search result to show dc.title.portaria instead of
 dc.title, but now the result is not clickable, I mean, there is no
 link
 in the result to show the item page (properties, meta-datas, files
 attacheds).

 I got some problems with that, the item is:

 Numero da Portaria: 000 Orgao Emissor: Gabinete do Reitor Data
 Criacao: 12-Jan-2010
 URI: http://hdl.handle.net/123456789/26 Aparece nas
 Colecções:Portariashttp://dspace:8080/dspace-jspui/handle/123456789/8

 if I search for 000, I get:

 Data de Emissao Numero da PortariaOrgao Emissor12-Jan-2010 000

 *Gabinete do Reitor*I would like this 000 to be a link for the handle
 (item)

 interesting part of my dspace.cfg:

 webui.itemlist.columns = dc.date.created(date), dc.title.portaria,
 dc.contributor.emissor
 * should I

 Claudia Jürgen told me something about Browse Configuration, but I didn't
 figure out how things work, I just noticed this part:
 # (date | title | text |other) refers to the datatype of the field.
 #   date: the index type will be treated as a date
 object
 #   title: the index type will be treated like a
 title,
 which will include
 #   a link to the item page
 #   text: the index type will be treated as plain
 text.
 If single mode is
 #   specified then this will link to
 the
 full mode list
 #other: any other datatype will be treated the same as 'text',
 although
 #   it will apply any custom ordering normalisation
 configured below

 That maybe would be kind of what I need, like in another place in
 dspace.cfg
 that I can specify dc.ELEMENT(link), this link I would like to reproduce
 here in itemlist.columns, but it didn't work out.


 Message.properties:
 itemlist.dc.title.portaria = Numero da Portaria

 Thanks in advance,

 Lucas.





 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] how to show the link to item in the search result

2010-03-04 Thread Claudia Jürgen

Hello,

in order to use the new field as a browse index it has to be configured, 
too. So apart from changing


webui.itemlist.columns
to
thumbnail, dc.date.issued(date), dc.title.portaria, dc.contributor.*

You got to configure the browse indices, an browse link, if wanted:

webui.browse.index.[n] = portaria:metadata:dc.title.portaria:text
webui.itemlist.sort-option.[n] = portaria:dc.title.portaria:text
webui.browse.link.[n] = portaria:dc.title.portaria

[n] indicates the next number

Furthermore you got to change your message catalogue to include the 
proper labels.


Hope that helps

Claudia Jürgen


N
Am 03.03.2010 19:37, schrieb Lucas Mocellin:

Hi folks,

I changed my search result to show dc.title.portaria instead of
dc.title, but now the result is not clickable, I mean, there is no link
in the result to show the item page (properties, meta-datas, files
attacheds).

I got some problems with that, the item is:

Numero da Portaria: 000 Orgao Emissor: Gabinete do Reitor Data
Criacao: 12-Jan-2010
URI: http://hdl.handle.net/123456789/26 Aparece nas
Colecções:Portariashttp://dspace:8080/dspace-jspui/handle/123456789/8
if I search for 000, I get:

Data de Emissao Numero da PortariaOrgao Emissor12-Jan-2010 000
*Gabinete do Reitor*I would like this 000 to be a link for the handle
(item)

interesting part of my dspace.cfg:

webui.itemlist.columns = dc.date.created(date), dc.title.portaria,
dc.contributor.emissor
* should I

Claudia Jürgen told me something about Browse Configuration, but I didn't
figure out how things work, I just noticed this part:
# (date | title | text |other) refers to the datatype of the field.
#   date: the index type will be treated as a date
object
#   title: the index type will be treated like a title,
which will include
#   a link to the item page
#   text: the index type will be treated as plain text.
If single mode is
#   specified then this will link to the
full mode list
#other: any other datatype will be treated the same as 'text',
although
#   it will apply any custom ordering normalisation
configured below

That maybe would be kind of what I need, like in another place in dspace.cfg
that I can specify dc.ELEMENT(link), this link I would like to reproduce
here in itemlist.columns, but it didn't work out.


Message.properties:
itemlist.dc.title.portaria = Numero da Portaria

Thanks in advance,

Lucas.




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to show the link to item in the search result

2010-03-03 Thread Lucas Mocellin
Hi folks,

I changed my search result to show dc.title.portaria instead of
dc.title, but now the result is not clickable, I mean, there is no link
in the result to show the item page (properties, meta-datas, files
attacheds).

I got some problems with that, the item is:

Numero da Portaria: 000 Orgao Emissor: Gabinete do Reitor Data
Criacao: 12-Jan-2010
URI: http://hdl.handle.net/123456789/26 Aparece nas
Colecções:Portariashttp://dspace:8080/dspace-jspui/handle/123456789/8
if I search for 000, I get:

Data de Emissao Numero da PortariaOrgao Emissor12-Jan-2010 000
*Gabinete do Reitor*I would like this 000 to be a link for the handle
(item)

interesting part of my dspace.cfg:

webui.itemlist.columns = dc.date.created(date), dc.title.portaria,
dc.contributor.emissor
* should I

Claudia Jürgen told me something about Browse Configuration, but I didn't
figure out how things work, I just noticed this part:
# (date | title | text | other) refers to the datatype of the field.
#   date: the index type will be treated as a date
object
#   title: the index type will be treated like a title,
which will include
#   a link to the item page
#   text: the index type will be treated as plain text.
If single mode is
#   specified then this will link to the
full mode list
#   other: any other datatype will be treated the same as 'text',
although
#   it will apply any custom ordering normalisation
configured below

That maybe would be kind of what I need, like in another place in dspace.cfg
that I can specify dc.ELEMENT(link), this link I would like to reproduce
here in itemlist.columns, but it didn't work out.


Message.properties:
itemlist.dc.title.portaria = Numero da Portaria

Thanks in advance,

Lucas.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech