Ignore:
Timestamp:
2002-02-01T15:19:21+13:00 (22 years ago)
Author:
sjboddie
Message:

Fixed a minor bug causing "post-processed to find (ignoring word endings)"
to be printed whenever a non-phrase search was done with stemming turned
on.

File:
1 edited

Legend:

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

    r2848 r2934  
    572572    phere ++;
    573573  }
    574   if (args.getintarg("s")) quotedquery += "_textstemon_";
     574  if (args.getintarg("s") && !quotedquery.empty()) quotedquery += "_textstemon_";
    575575  disp.setmacro ("quotedquery", "query", quotedquery);
    576576
Note: See TracChangeset for help on using the changeset viewer.