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/recpt/nullproto.h

    r2113 r4774  
    9090             comerror_t &err, ostream &logout);
    9191
     92  void is_searchable (const text_t &collection, bool &issearchable,
     93              comerror_t &err, ostream &logout);
     94
     95
    9296};
    9397
Note: See TracChangeset for help on using the changeset viewer.