Optional search library integration?
gitsocko opened this issue ยท 2 comments
I really love AdiBags! It's so easy to find things now that I can hide rarely used groups of items. The only thing I miss from my previous inventory mod (OneBag3) is more powerful search capability. OneBag3 uses a 3rd party search library called LibItemSearch (https://github.com/Jaliborc/LibItemSearch-1.2). I never noticed a performance hit while using it, and would love to have that library's search functionality. Is this something I could add to AdiBags myself by changing a few lines of code, or would it be a big chore to integrate?
๐ to this request.
Looks like they are just using the built in wow search.
Most of the work would need to be done in
AdiBags/widgets/ItemButton.lua
Lines 340 to 347 in 5e6a839
along with the custom search handler being attached to this frame / button
AdiBags/widgets/ContainerFrame.lua
Lines 191 to 196 in 5e6a839
See #38.