DIM: Double quotes no longer working as intended
It seems to be picking up hits as if a wildcard is implied between words.
Example: I search "grenade launcher reserves"
, and in addition to the expected results it finds hits with Grenade Launcher Scavenger (Grenade Launchers get bonus reserves…) but without Grenade Launcher Reserves.
I suspect this may be related to https://github.com/DestinyItemManager/DIM/pull/3386.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (11 by maintainers)
Commits related to this issue
- Fix perk search to start at a word boundary but keep the entire predicate together. Fixes #3431 — committed to DestinyItemManager/DIM by bhollis 6 years ago
- Fix perk search to start at a word boundary but keep the entire predicate together. Fixes #3431 — committed to DestinyItemManager/DIM by bhollis 6 years ago
That implies that perk:“grenade launcher reserves” is really just perk:grenade perk:launcher perk:reserves
That is definitely not expected. I’m with the OP. This is a bug that should be fixed.