[GeoNetwork-users] Titles not seen in 2.4.3 Search

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

(attachments)

title_missing.jpg

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

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

So, from pgAdmin III we'll activate the database, and from Tools --> Query
Tool we clear the default contents and replace with the given settings one
at a time and always click Execute Query in the top bar. After each we clear
the Query so that there's no chance for any INSERT to be done many times.
Arto

Rebuilding the Lucene index did not help, but the insertions worked fine,
after also restarting the Tomcat web service too. Thank you very much.

Could there be some corresponding setting problem for images, namely only
some thumbnails end up in the summary PDF? See appendix. In the Search list
they show up OK. Note that also before the UUID is merely ":".

Arto

(attachments)

Missing_images.jpg

On 11th May message I described that: "So, from pgAdmin III we'll activate
the database, and from Tools --> Query Tool we clear the default contents
and replace with the given settings one at a time and always click Execute
Query in the top bar. After each we clear the Query so that there's no
chance for any INSERT to be done many times."

Attached is some image. Put one command at a time there, then run and clear
and enter the next one.

Arto

2010/9/9 Thomas Poulet [via OSGeo.org] <
ml-node+5513684-1489946551-182600@anonymised.com<ml-node%2B5513684-1489946551-182600@anonymised.com>

Hi Arto,

Could you please precise how to do those insertions for a non-expert?
(Or is there another way to solve this problem since May?)
Thanks,
Thomas.

------------------------------
View message @
http://osgeo-org.1803224.n2.nabble.com/Titles-not-seen-in-2-4-3-Search-tp5030374p5513684.html
To unsubscribe from Re: Titles not seen in 2.4.3 Search, click here<http://osgeo-org.1803224.n2.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=5041314&code=YXJ0by5rLnZ1b3JlbGFAZ21haWwuY29tfDUwNDEzMTR8MTUzNzgxODAwOA==&gt;\.

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Titles-not-seen-in-2-4-3-Search-tp5030374p5514118.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.