Changeset 1774


Ignore:
Timestamp:
2000-12-08T12:26:53+13:00 (23 years ago)
Author:
kjm18
Message:

added MatchMode in set_queryfilter_options - used in mgppqueryfilter. for
now just the same as QueryType.

File:
1 edited

Legend:

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

    r1467 r1774  
    4242  option.name = "QueryType";
    4343  option.value = (args.getintarg("t")) ? "ranked" : "boolean";
     44  request.filterOptions.push_back (option);
     45
     46  option.name = "MatchMode";
     47  option.value = (args.getintarg("t")) ? "some" : "all";
    4448  request.filterOptions.push_back (option);
    4549
Note: See TracChangeset for help on using the changeset viewer.