Ignore:
Timestamp:
2006-08-02T17:34:50+12:00 (18 years ago)
Author:
mdewsnip
Message:

Fuzzy searching with Lucene, many thanks to John Thompson and DL Consulting Ltd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/querytools.cpp

    r12276 r12388  
    146146    request.filterOptions.push_back (option);
    147147  }
     148
     149  // sort field for lucene
     150  option.name = "FuzzySearch";
     151  option.value = (args.getintarg("fuzzy")) ? "true" : "false";
     152  request.filterOptions.push_back (option);
    148153
    149154  set_more_queryfilter_options (request, args);
Note: See TracChangeset for help on using the changeset viewer.