Closed
Bug 156517
Opened 23 years ago
Closed 23 years ago
Limiting searching to whole words only
Categories
(SeaMonkey :: Search, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 269442
People
(Reporter: spamcop, Assigned: samir_bugzilla)
Details
What I *really* miss in Mozilla is the ability to search for "words" only. Find
has three options:
[_] Match upper/lower case
[_] Wrap around
[_] Search backwards
IE has no wrap around, it always searches that way and I actually always search
that way as well, so I consider it a stupid option that should be enabled by
default, but that's another bug. What I miss is the other option IE has that
limits seasrching to whole words.
E.g. go to http://java.sun.com/j2se/1.4/docs/api/index.html and now find the
class named "File" in the lower-left frame. If you search for "File" and turn on
"Match upper/lower case" you will get
AudioFileFormat
AudioFileFormat.Type
AudioFileReader
AudioFileWriter
BasicFileChooserUI
File
Actually that's still a graceful example. In IE I hit search only *once*,
because I can limit the result to whole words only. If I do that and search for
"File", IE will search for:
_File_
Whereby _ can either be '\n' or '\r' or ' ' (a space). This way I won't find
words "inside of other words".
Comment 3•23 years ago
|
||
Good work, amutch.
*** This bug has been marked as a duplicate of 14871 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•