Ignore:
Timestamp:
2000-08-08T15:46:13+12:00 (24 years ago)
Author:
dmm9
Message:

Support for date search

File:
1 edited

Legend:

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

    r1285 r1373  
    4242void format_querystring (text_t &querystring, int querymode);
    4343
     44void add_dates(text_t &querystring, int startdate, int enddate,
     45           int startbc, int endbc);
     46
    4447void get_phrases (const text_t &querystring, text_tarray &phrases);
    4548
     49void add_ands(text_t& querystring, int querytype);
     50
    4651#endif
     52
     53
     54
     55
Note: See TracChangeset for help on using the changeset viewer.