source: trunk/gsdl/src/recpt/querytools.h@ 411

Last change on this file since 411 was 403, checked in by sjboddie, 25 years ago

no longer display documents that don't match all phrases in query string

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 642 bytes
Line 
1/**********************************************************************
2 *
3 * querytools.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: querytools.h 403 1999-07-19 00:16:59Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef QUERYTOOLS_H
14#define QUERYTOOLS_H
15
16#include "cgiargs.h"
17#include "recptproto.h"
18
19bool do_query (FilterRequest_t &request, cgiargsclass &args,
20 recptproto *collectproto, FilterResponse_t &response,
21 ostream &logout);
22void format_querystring (text_t &querystring);
23
24void get_phrases (const text_t &querystring, text_tarray &phrases);
25
26#endif
Note: See TracBrowser for help on using the repository browser.