Ignore:
Timestamp:
2003-06-24T12:28:40+12:00 (21 years ago)
Author:
sjboddie
Message:

No longer show search page (or search form on "about" page) if a collection
doesn't have at least one searchable index. Note that this change includes
the addition of an is_searchable() function to the protocol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/source.h

    r1285 r4774  
    5858  virtual bool get_document (const text_t &OID, text_t &doc,
    5959                 comerror_t &err, ostream &logout);
     60
     61  virtual bool is_searchable(bool &issearchable, comerror_t &err, ostream &logout);
    6062};
    6163
Note: See TracChangeset for help on using the changeset viewer.