Searching using integer values causes error
azuraji opened this issue ยท 4 comments
Not sure if it's supported or not (but would be nice); I'd like to search using an integer value, e.g. the TextureID of an icon.
This gives me a LUA error though:
7x ...rgerMacroIconSelection/Mainline/IconDataProvider.lua:31: attempt to concatenate local 'texture' (a nil value)
[string "@LargerMacroIconSelection/Mainline/IconDataProvider.lua"]:31: in function <...rgerMacroIconSelection/Mainline/IconDataProvider.lua:25>
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "@LargerMacroIconSelection/Mainline/LargerMacroIconSelection.lua"]:83: in function <...oIconSelection/Mainline/LargerMacroIconSelection.lua:80>
Strange, it was actually indeed FileID/TextureID (not index) I was referring to, but when typing in any numerical values, I'm getting the above error.
UPDATE: It seems to be working for me now.