Bug 253918 - Whole word search missing
Summary: Whole word search missing
Status: RESOLVED DUPLICATE of bug 61812
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 3.3.2   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 09:31 EST by Mindaugas CLA
Modified: 2008-11-05 14:17 EST (History)
1 user (show)

See Also:


Attachments
window where whole word search missing (16.65 KB, image/png)
2008-11-05 09:31 EST, Mindaugas CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mindaugas CLA 2008-11-05 09:31:49 EST
Created attachment 117085 [details]
window where whole word search missing

Missing search criteria not only with case sensitive, but also with whole word criteria.
Comment 1 Markus Keller CLA 2008-11-05 14:17:13 EST
Use a regular expression with the word boundary matcher \b, e.g.:
\bHello\b

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