Project

General

Profile

« Previous | Next » 

Revision fd3565e6

Added by Katja Luther almost 6 years ago

fix #5687: matchmode needs to be BEGINNING for identifier search

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NomenclaturalReferenceSelectionDialog.java
62 62
        }else{
63 63

  
64 64
            if (isUseIdentifier()){
65
                List<IdentifiedEntityDTO<Reference>> list = CdmStore.getService(IReferenceService.class).listByIdentifierAbbrev(pattern, null, MatchMode.EXACT, limitOfInitialElements);
65
                List<IdentifiedEntityDTO<Reference>> list = CdmStore.getService(IReferenceService.class).listByIdentifierAbbrev(pattern, null, MatchMode.BEGINNING, limitOfInitialElements);
66 66
                if (model!= null){
67 67
                    model.clear();
68 68
                }

Also available in: Unified diff