Currently, search_object does a fuzzy search (ilike(f'%{n}%')) to match against provided names. In general, this is fine. However, when you have exact names you don't need a fuzzy search. We should add a flag there to disable the fuzziness so that we can better handle things like the Simbad query tests.