Ignore:
Timestamp:
2001-02-02T14:33:01+13:00 (23 years ago)
Author:
jrm21
Message:

The z39.50 client now does "and" or "or" boolean searches depending on
whether "some" or "all" is chosen in the UI. Note that this has been claimed
for some time, but it actually does it now :)

File:
1 edited

Legend:

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

    r1617 r1900  
    5858  text_t &getzAbout(); // gets any name, id, MOTD, etc from server.
    5959  text_tarray *getrecordTitles(const text_t &query,
     60                   const int querytype,
    6061                   const text_t &fields,
    6162                   const int first, const int count,
     
    6364  /* only get one record at a time? (Eventually we could buffer them, but
    6465     for now... */
    65   bool getfullrecord(const text_t &query, const text_t &fields,
     66  bool getfullrecord(const text_t &query, const int querytype,
     67             const text_t &fields,
    6668             const int ID, text_t &rettitle,
    6769             text_t &rettext,comerror_t &err);
    6870 private:
    69   void parseQuery(const text_t &query, const text_t &fields,
     71  void parseQuery(const text_t &query, const int querytype,
     72          const text_t &fields,
    7073          text_t &parsed_query);
    7174};
Note: See TracChangeset for help on using the changeset viewer.