[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1270: rss.latest doesn't return sorted value

#1270: rss.latest doesn't return sorted value
---------------------+------------------------------------------------------
Reporter: fgravin | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone:
Component: General | Version: v2.11.0
Keywords: |
---------------------+------------------------------------------------------
The service rss.latet should return last modified MD but doesn't return
them sorted by changeDate.

So the rss feed doesn't update properly.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1270&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1270: rss.latest doesn't return sorted value
---------------------+------------------------------------------------------
Reporter: fgravin | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone:
Component: General | Version: v2.11.0
Keywords: |
---------------------+------------------------------------------------------

Comment(by fgravin):

https://github.com/geonetwork/core-geonetwork/pull/84

I deleted rss.latest service call and redirect rss.latest url to a
rss.search?sortBy=changeDate.

The class GetLatestUpdated and the method
org.fao.geonet.kernel.search.LuceneSearcher.getAllMdInfo(int) should be
deleted as well cause the service doesnt return sorted rss feed.

All call to the service GetLatestUpdated should be replaced by a
rss.search with a sortBy param.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1270#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1270: rss.latest doesn't return sorted value
---------------------+------------------------------------------------------
Reporter: fgravin | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.11.0
Keywords: |
---------------------+------------------------------------------------------
Changes (by fxp):

  * milestone: => Future release

Comment:

PR merged, thanks Florent.

  * master commit d1c29cb1c2b58f999e6b4eacd3320f3e47bf1d8d
  * 2.10.x commit 6650510fb5e79ae845868e3ec956afae6450cd7f

For later release, maybe metadata.latest.updated service should also be
removed ? (it's used by classic GUI)

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1270#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.