Changeset 5762


Ignore:
Timestamp:
2003-10-29T15:00:12+13:00 (20 years ago)
Author:
kjdon
Message:

fixed a bug with searching when qto==2

File:
1 edited

Legend:

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

    r5633 r5762  
    727727      it = response.filterOptions.find("IndexField");
    728728      if (it!=end) {
    729     if (args["qt"]=="1") { // form search
     729    if (args["qto"]=="2" || args["qt"]=="1") { // form search
    730730      set_option_macro ("fqf", args["fqf"], true, true, (*it).second, disp);
    731731    } else {
Note: See TracChangeset for help on using the changeset viewer.