Ignore:
Timestamp:
2009-09-02T15:49:49+12:00 (15 years ago)
Author:
kjdon
Message:

added get_plain_query_terms method to querytools (only partially implemented so far), and use it in queryaction to clean up the q arg and save as _queryterms_ macro - used for PDF search parameter

File:
1 edited

Legend:

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

    r12864 r20481  
    4848           int startbc, int endbc, int ct);
    4949
     50// get a plain version of the query string - terms, separated by space
     51text_t get_plain_query_terms(const text_t &querystring);
     52
    5053// search history tool
    5154text_t escape_quotes(const text_t &querystring);
Note: See TracChangeset for help on using the changeset viewer.