If an item CAN have the searched text in the tooltip, it's shown, rather than if it DOES have the text
aaronhowser1 opened this issue ยท 2 comments
I've been trying to figure out what causes this for a while, and now I believe it may have to do with comparison strictness. This could be resolved for the index using identity comparison, but would mess with the ability to search other sidebars.
I believe a compound resolution to this issue would function best:
- When doing baked lookup, use strict nbt comparison with cached values
- If this fails, recheck the state of the tooltip for the live stack
I'll look into implementing it