This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226834 - JavaHelp searching by partial keywords
Summary: JavaHelp searching by partial keywords
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 7.2.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 12:12 UTC by sonnenhohl
Modified: 2013-03-15 09:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sonnenhohl 2013-02-28 12:12:16 UTC
Hello,

I need to enhance javahelp into our application to support searches by partial keywords, example:

"The cat is beautiful"

Search query "beautiful" : 1 results
Search query "beaut" : 0 results

I need that when the user type "beaut" the javahelp returns 1 results. Its that hard to implement, from where i can begin? Suggestions? Alternatives?
Comment 1 Jaroslav Tulach 2013-03-15 09:05:31 UTC
I would start by looking at JavaHelp/NetBeans integration sources:
http://hg.netbeans.org/releases/file/4d5fbace51c9/javahelp

When you attach a patch, please reopen.