Open
Bug 1426423
Opened 8 years ago
Updated 5 years ago
Searching for a line that contains both "foo" and "bar" is easy on dxr and not really possible on searchfox right now
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: kats, Unassigned)
References
(Depends on 1 open bug)
Details
From an IRC conversation with Gijs:
12:13:30 Gijs: kats: similarly, searching for a line that contains both "foo" and "bar" is easy on dxr and not really possible on searchfox right now
12:13:45 Gijs: (can kinda fake it with regexes but it gets tedious, especially for more than 3 terms)
12:13:51 Gijs: s/3/2/
Comment 1•7 years ago
|
||
And lest it be forgotten, the whole thing of course also in combination with one or more things that *shouldn't* appear in that line, like
> foo bar -orange -apple
which should match GetFooBar, FrobBarFoo, FooWithBar etc., but not GetOrangeFooBar, MakeBarFooApple and so on
Updated•5 years ago
|
Blocks: byebye-dxr
You need to log in
before you can comment on or make changes to this bug.
Description
•