Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#897 closed defect (invalid)

MCP1.4 and ANZLIC schema sample records - no title in search results

Reported by: awalsh Owned by: geonetwork-devel@…
Priority: major Milestone: v2.7.0
Component: General Version:
Keywords: search, results Cc: simon.pigot@…

Description

I build and test GN trunk SVN9041 + ANZMEST schema plugins. I load the ANZLIC and MCP1.4 sample records and then do a search. The records appear in the search results but no title is shown. Looking at the html with Firebug I find

Title element is missing id. no. and text, has only:

<a href="metadata.show?id=&currTab=simple"></a>

but it should be something like this:

<a href="metadata.show?id=4&currTab=simple">Geoscience Australia's Open Day Photographs 26th August 2007</a>

Further info:

Op. System Windows XP Java 1.6_07 Jetty

Change History (2)

comment:1 by simonp, 12 years ago

Resolution: invalid
Status: newclosed

Andrew, Please use a later revision of trunk - I suspect you are using 9041 with the latest schema plugins and this will not work due to a change I made to trunk to save memory in rev 9100. They work for me in 9103. Thanks - Simon

comment:2 by awalsh, 12 years ago

Hi Simon,

Thanks your suspicion is right. I realise now that I did the 'svn uppate' a few days after the compiling the trunk and things got out sych. I compiled trunk for 9041 but my svn update was much later at 9102.

Note: See TracTickets for help on using tickets.