Opened 12 years ago
Closed 12 years ago
#1193 closed defect (fixed)
Search / Group search does not work
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.10.0 RC0 |
Component: | General | Version: | v2.8.0RC2 |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
master commit e3d7d2bc09bd7dabab2c31ba0a4c7f6a0b938c66