Member Junction
    Preparing search index...
    ScopeLaneKind:
        | "sql"
        | "odata"
        | "json"
        | "filter_by"
        | "esdsl"
        | "path"
        | "none"

    The filter dialect a lane consumes, which determines how a value must be escaped.

    none is for positions that are NOT filters — UserSearchString, query transforms — where the value becomes search text rather than syntax, and escaping would corrupt the query rather than protect it.