~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/internal/dialogs/TextSearchDialog.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
                result = new SmartCollectionImpl(s
210
210
                                + NLS.bind(Messages.TextSearchDialog_maxmin, maxNumber, score),
211
211
                                false, false, adhoc, findInNetworkGroup == null ? false
212
 
                                                : findInNetworkGroup.getSelection(), null, 0, null, 0, null);
 
212
                                                : findInNetworkGroup.getSelection(), null, 0, null, 0, null, null);
213
213
                result.addCriterion(new CriterionImpl(ICollectionProcessor.TEXTSEARCH,
214
214
                                null, new TextSearchOptions_typeImpl(
215
215
                                                s, maxNumber, score / 100f), score, false));