BetterBags

BetterBags

1M Downloads

Search for "follower" or "champion" ignores items with "follower" or "champion" in the item "use:" text

radhaz opened this issue ยท 3 comments

commented

Addon Version

v0.1.6

World of Warcraft Version

Retail

Describe the bug

When searching for items using the word "champion" or "follower" in the "use:" text such as Curio of Abundant Happiness or Fortified Armor Enhancement search does not return results.

Steps to reproduce

  1. With item(s) in bag/bank shift left click to bring up search
  2. Type "follower" (or "champion" depending on item)
  3. Observe all items in inventory grey out, including the ones containing text for Follower or Champion

Note

This can be reproduced regardless of upper or lowercase

commented

From some limited testing, the search function only seems to be searching through the item name and not any other properties of the items.

commented

From some limited testing, the search function only seems to be searching through the item name and not any other properties of the items.

It does seem that way and it's why I made a feature request for a "deeper search"; however, the dev suggested this was a bug and directed me to open a bug report.

commented

The text is part of the item's tooltip and not part of the data in the current version of the addon. So the search function needs to pull the tooltip data and scan through it.