#897 closed defect (invalid)
MCP1.4 and ANZLIC schema sample records - no title in search results
Reported by: | awalsh | Owned by: | |
---|---|---|---|
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 , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 13 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.
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