Skip to content

Add parameter to control fuzzy search in search_object #20

@dr-rodriguez

Description

@dr-rodriguez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions