[GeoNetwork-devel] [GeoNetwork opensource Developer website] #990: index list of groups where a metadata record is published

#990: index list of groups where a metadata record is published
--------------------------+-------------------------------------------------
Reporter: fgravin | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version:
Keywords: index, group |
--------------------------+-------------------------------------------------
Add the field "_groupPublished" in the index which contains the list of
all groups the metadata is published in.

_groupPublished: "group1,group2,..."

The interests are multiple :

- autocompletion based on index, for groups the user belongs to.[[BR]]
- customise virtual csw based on groups membership :

example :
in config-csw-servers.xml

{{{
<service name="csw-group1">
<class name=".services.main.CswDiscoveryDispatcher">
<param name="filter" value="+_groupPublished:group1"/>
</class>
</service>
}}}

and in user-profiles.xml

{{{
<allow service="csw-group1"/>
}}}

you can watch pull request https://github.com/geonetwork/core-
geonetwork/pull/14

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/990&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.

#990: index list of groups where a metadata record is published
----------------------+-----------------------------------------------------
  Reporter: fgravin | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: minor | Milestone: v2.9.0
Component: General | Version:
Resolution: fixed | Keywords: index, group
----------------------+-----------------------------------------------------
Changes (by fxp):

  * status: new => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/990#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.