Fix glitches in multiword search, allow url parsing from text files, improve description creation
chris2010-08-17 13:58
The intent of this bug is housekeeping for a few search issues which
are all easy to fix.
(1) Multiword search suffers from problems with aggressive stemming.
So on a CS department search of Suneuy Kim, it was not returning
results but for either Suneuy or Kim it would.
(2) Urls in plain text files are not being parsed out as links.
(3) Descriptions should try to incorporate more of a document if no
part of the document uses heading or paragraph tags.
The intent of this bug is housekeeping for a few search issues which are all easy to fix.
(1) Multiword search suffers from problems with aggressive stemming. So on a CS department search of Suneuy Kim, it was not returning results but for either Suneuy or Kim it would.
(2) Urls in plain text files are not being parsed out as links.
(3) Descriptions should try to incorporate more of a document if no part of the document uses heading or paragraph tags.
Fixed with revision 8feacfd.