@squidcloud/client
    Preparing search index...

    Variable ALL_OPERATORSConst

    ALL_OPERATORS: readonly [
        "in",
        "not in",
        "array_includes_some",
        "array_includes_all",
        "array_not_includes",
        "==",
        "!=",
        ">=",
        "<=",
        ">",
        "<",
        "like",
        "not like",
        "like_cs",
        "not like_cs",
    ] = ...

    The list of all operators.