Skip to Content

Type Alias ScopedSearchOptions

ScopedSearchOptions: TimeoutOptions & Pick<SearchOptions, "tags">

What Session.search takes.

SearchOptions with the domain and the session removed: the session supplies both, so the pair that would otherwise have to be got right cannot be got wrong here. What is left behaves as it does on an unscoped search, except that the tags go out untrimmed — a search naming a session leaves the cap to the service, because the client cannot see which domain the session belongs to.