Changeset 13587 for trunk


Ignore:
Timestamp:
2007-01-12T14:05:13+13:00 (17 years ago)
Author:
kjdon
Message:

fixed a bug where search result sorting wasn't provided for lucene collections even though it should have been

File:
1 edited

Legend:

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

    r13530 r13587  
    818818                       displayclass &disp) {
    819819
    820   // we need two or more options to continue
    821   if (option.validValues.size() <= 2) {
     820  // we need at least one option here to continue
     821  if (option.validValues.size() < 1) {
    822822    return;
    823823  }
Note: See TracChangeset for help on using the changeset viewer.