Hi Arto
I tested version 2.4.3 using a database created with 2.4.2 and could
reproduce the issue.
Seem that happens when "clickablehyperlinks" setting (show urls in title,
abstract and other metadata fields as hyperlinks) is disabled, then the
title is not rendered correctly in search-results-xhtml.xsl.
By default this setting is enabled, working ok, but as in GeoNetwork 2.4.2
this setting didn't exist, it's managed as disabled. One quick fix is adding
the new settings for GeoNetwork 2.4.3 to your database and restart
GeoNetwork:
INSERT INTO settings (id, parentid, name, value) VALUES (200, 1,
'clickablehyperlinks', NULL);
INSERT INTO settings (id, parentid, name, value) VALUES (201, 200, 'enable',
'true');
INSERT INTO settings (id, parentid, name, value) VALUES (131, 120,
'metadataPublic', 'false');
I'll check to provide a fix so the title is shown correctlya if the setting
is disabled, but hopefully adding the new settings to your database you can
get it working.
Regards,
Jose Garcia
On Mon, May 10, 2010 at 3:03 PM, jose garcia <josegar74@anonymised.com> wrote:
Hi Arto
Did you tried to rebuild the index? If not, please try it to verify if is a
problem in the lucene index.
Regards,
Jose Garcia
On Mon, May 10, 2010 at 2:22 PM, Arto Vuorela <arto.k.vuorela@anonymised.com>wrote:
Attached the title problem after Search. In the view after the Save and
Close, the title is seen OK. Any help would be appreciated.
Arto Vuorela
2010/5/7 Arto Vuorela:
> We updated to 2.4.3, and after Search the titles are not seen, just
> abstract etc. Opening the Metadata (this worked for some reason at
least in
> 2.4.2 better from the + than from the button elsewhere) anyhow shows
the
> title. Any hint what's the reason? We're using Tomcat and PostGIS on
the
> intranet server. The Site ID I think changed, because I had to change
the
> logo GIF name.
>
> Arto
>
>
------------------------------------------------------------------------------
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork