Ticket #111 (closed enhancement: fixed)

Opened 12 months ago

Last modified 11 months ago

lucene search

Reported by: erwin Owned by: somebody
Priority: major Milestone: M6
Component: other Version: 1.0
Keywords: Cc:

Description

There is a problem with the lucene search if html tags or codes are present directly before/after the word that you are looking for.

Example: tom 

search for tom: no results

search for tom*: found the page

Change History

Changed 11 months ago by erwin

  • status changed from new to closed
  • resolution set to fixed

fixed in build 35

simple solution: replaced all " " occurrences to " " before indexing

a more robust solution could be to use an html parser (example on the lucene faq: jtidy) to convert the html content to text.

Note: See TracTickets for help on using tickets.