Changeset 17111


Ignore:
Timestamp:
2008-08-30T07:40:13+12:00 (16 years ago)
Author:
kjdon
Message:

added a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/basebuildproc.pm

    r17110 r17111  
    319319
    320320# post process text depending on field. Currently don't do anything here
    321 # except cjk separation
     321# except cjk separation, and only for indexing
     322# should only do this for indexed text (if $self->{'indexing_text'}),
     323# but currently search term highlighting doesn't work if you do that.
     324# once thats fixed up, then fix this.
    322325sub filter_text {
    323326    my $self = shift (@_);
Note: See TracChangeset for help on using the changeset viewer.