View Single Post
09/27/15, 11:45 PM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I see it more as an inconsistency than a bug.
The first time I noticed this was with recipes in the guild store.
There can be 2 identical recipes with two different links:
Code:
|H1:item:45999:3:8:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
|H1:item:45999:3:10:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
The text filter in AGS does compare them as strings, which is why you can't find both if you search for one of them.
I will at some point improve it to compare item links intelligently, but there are other things I want to do first.

P.S. If anyone is interested in writing a library for comparing item links, I will gladly use it.
  Reply With Quote