[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1193: Search / Group search does not work

#1193: Search / Group search does not work
---------------------+------------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.9.0
Component: General | Version: v2.8.0RC2
Keywords: |
---------------------+------------------------------------------------------
It looks related to a pretty old commit :
In https://github.com/geonetwork/core-geonetwork/commit/3aac9f09#L26L350

{{{
(!StringUtils.hasLength(request.getChild(SearchParameter.GROUP).getText().trim())))
{
// has no length
was replaced by
(!StringUtils.isEmpty(request.getChild(SearchParameter.GROUP).getText().trim())))
{
// is not empty
}}}

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

#1193: Search / Group search does not work
----------------------+-----------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: major | Milestone: v2.9.0
Component: General | Version: v2.8.0RC2
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Changes (by fxp):

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

Comment:

master commit e3d7d2bc09bd7dabab2c31ba0a4c7f6a0b938c66

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