RobWC / FAQManager

Tool to manage an FAQ
2 stars 0 forks source link

Search function needs to highlight search strings in results #16

Closed aditis closed 13 years ago

aditis commented 13 years ago

kindly highlight the search strings in the results (similar to pdf search function). This helps to quickly know the context in which string is used in the search results.

RobWC commented 13 years ago

I highlighted all of matching words in the search. Let me know if its ok.

aditis commented 13 years ago

looks good but there are few exceptions. Search results with "flex ioc" didnot highlight all the words. On closer look, it didnot highlight words with different syntax like: "flexioc" or "flex-ioc" or "high-availability" instead of "high availability".

RobWC commented 13 years ago

Need to fix the search and highlightingg.

RobWC commented 13 years ago

Fixed this issue by refactoring the highlight capabilities