Ignore:
Timestamp:
2001-06-05T12:32:59+12:00 (23 years ago)
Author:
dmm9
Message:

adding changes to search stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/browseaction.cpp

    r2464 r2490  
    2727#include "querytools.h"
    2828#include "browseactiontools.h"
     29#include "OIDtools.h"
    2930
    3031browseaction::browseaction(){
     
    193194  request.filterResultOptions = FROID | FRmetadata;
    194195 
     196  text_t bf_string = "";
     197  format_browsestring(args["bft"],bf_string,args.getintarg("bt"));
     198 
     199  set_browsefilter_options(request, bf_string, args);
     200 
    195201  //set up browse filter string;
    196202  if(!args["bft"].empty()){
    197     text_t bf_string = "";
    198     format_browsestring(args["bft"],bf_string,args.getintarg("bt"));
    199    
    200     set_browsefilter_options(request, bf_string, args);
    201203
    202204    colproto->filter (collection, request, response, err, logout);
     
    211213
    212214  }// if(!args["bft"].empty())
    213 
     215 
    214216  textout << outconvert << disp << "_browse:header_\n" <<"_browse:content_";
    215217
Note: See TracChangeset for help on using the changeset viewer.