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 241944 - JavaDoc index search is case sensitive
Summary: JavaDoc index search is case sensitive
Status: RESOLVED DUPLICATE of bug 24179
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks: 241592 241945
  Show dependency tree
 
Reported: 2014-02-16 16:24 UTC by ytn01
Modified: 2014-02-17 10:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2014-02-16 16:24:29 UTC
It looks like JavaDoc index search is strictly case sensitive.
However, I believe there is no reason to perform a case-sensitive search.
Its more convenient to users to perform search without worrying about the exact cases for their query.

Product Version = NetBeans IDE Dev (Build 201402160001)
Operating System = Mac OS X version 10.9.1 running on x86_64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b69
Comment 1 Kenneth Ganfield 2014-02-17 09:30:00 UTC
reassigning this issue to someone who can decide on the sensitivity of the search. If it will remain case-sensitive it should be documented in the help topic.
Comment 2 Ralph Ruijs 2014-02-17 10:12:43 UTC
Currently there is no possibility to switch to case-insensitive search.

*** This bug has been marked as a duplicate of bug 24179 ***