Ignore:
Timestamp:
2006-08-10T09:51:53+12:00 (18 years ago)
Author:
mdewsnip
Message:

Lucene now supports "some" and "all" queries, so look at t variable for ct == 2 also.

File:
1 edited

Legend:

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

    r12410 r12428  
    102102  option.name = "MatchMode";
    103103  // mgpp in advanced mode, always use some query
    104   if (args.getintarg("ct") !=0 && args.getintarg("b") == 1) {
     104  if (args.getintarg("ct") == 1 && args.getintarg("b") == 1) {
    105105    option.value = "some";
    106106  } else {
Note: See TracChangeset for help on using the changeset viewer.