When I set !bangs for built-in Lenses I found that the wrong Lenses view activates,
instead !bangs triggering the matching Lenses, they trigger the next one in the list even if it has no !bang of its own.
Steps to replicate
- Set custom !bang(s) for Lens(es)
- Write a search using one of the !bangs
- Notice the preview is correct
- Notice the Lenses dropdown & toggle is incorrect, and results follow







Expected/desired functionality:
searching with a bang on a lens should activate that lens
(Nth lens bang, Nth lens results)
Actual/observed functionality:
searching with a bang on a lens activates the next lens after that one
(Nth lens bang, N+1th lens results)