Project

General

Profile

« Previous | Next » 

Revision 851c8d2e

Added by Andreas Kohlbecker about 8 years ago

#5482 web services now support different orderBy modes

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java
208 208
        return service.findTaxaAndNamesByFullText(searchModes, query,
209 209
                classification, areaSet, status, null,
210 210
                false, pagerParams.getPageSize(), pagerParams.getPageIndex(),
211
                OrderHint.NOMENCLATURAL_SORT_ORDER, getSimpleTaxonInitStrategy());
211
                OrderHint.NOMENCLATURAL_SORT_ORDER.asList(), getSimpleTaxonInitStrategy());
212 212
    }
213 213

  
214 214
    /**

Also available in: Unified diff