Ignore:
Timestamp:
2006-12-20T11:54:09+13:00 (17 years ago)
Author:
mdewsnip
Message:

"I'm feeling lucky" URLs now include the cl argument.

File:
1 edited

Legend:

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

    r13526 r13528  
    15441544    }   
    15451545       
    1546     textout << outconvert << disp << "Location: _gwcgi_?e=_compressedoptions_&a=d&c=" << collection << "&d=" << (*thissection).OID <<"&srn="<<srn<<"&srp="<<srp<< "\n\n";
     1546    textout << outconvert << disp << "Location: _gwcgi_?e=_compressedoptions_&a=d&c=" << collection << "&cl=search&d=" << (*thissection).OID <<"&srn="<<srn<<"&srp="<<srp<< "\n\n";
    15471547    textout << flush;
     1548   
    15481549        return true;
    15491550      }
Note: See TracChangeset for help on using the changeset viewer.