I want to find a component of a 2D file with the attribute "TAG" equivalent to "F". To do it I'm trying to use the viewer.search function. More specifically I'm doing this call:
this.viewer.search('F', searchCallback, searchCallbackErr, 'TAG');
Of course, this is a test, so I am sure this object exist which this exact attributes, as you can see in this screenshot
Although, when the success callback function is called, the id array is empty. I noticed this happens for every other search process that involves a single character value. I also noticed that when I perform such a search the every value containing an 'F' in this case is highlighted in the properties window of the viewer (as you can also notice in the previous screenshot). Mind that the search for this same component works when I look for its other attribute "DESC3" which is equal to "L1".
What am I missing? Thank you in advance for your help! I've been stuck here for quite a while now.