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/browseactiontools.cpp

    r2465 r2490  
    8484
    8585   option.name = "Maxdocs";
    86    option.value = 1000000;
     86   option.value = -1;
    8787   request.filterOptions.push_back (option);
    8888   
    89    
     89   option.name = "Index";
     90   option.value = "dtx";
     91   request.filterOptions.push_back (option);
     92     
    9093   
    9194}
Note: See TracChangeset for help on using the changeset viewer.