Filtering pins in PI

Hello guys,

I’m building a spreadsheet to help me manage my planets but I can’t find a way to match a specific pin (like the launchpad or storage) to check the contents. I’m trying to do that using this formula: =FILTER(F1#; ISNUMBER(SEARCH(“Launchpad”; F1#)); “No Match”) but it never matches anything. Column F is where I’m extracting the “pins” information ( =EVEONLINE.CHARACTER_PLANET(EVEONLINE.ACTIVE_CHARACTER(); A1.id).pins).

Thanks in advance