Changeset 4751


Ignore:
Timestamp:
2003-06-23T14:02:10+12:00 (21 years ago)
Author:
kjdon
Message:

now we can use 'searchtype form plain' in the collect.cfg file - this means use mgpp for building, and defines whether to have form, plain or both searching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/collectserver.cpp

    r4216 r4751  
    9595    else if (key == "receptionist") collectinfo.receptionist = value;
    9696    else if (key == "buildtype") collectinfo.buildType = value;
     97    else if (key == "searchtype") { // means buildtype is mgpp
     98      collectinfo.buildType = "mgpp";
     99      collectinfo.searchTypes = cfgline;
     100    }
    97101  }
    98102
Note: See TracChangeset for help on using the changeset viewer.