### Description While search_sorted() internally supports descending=True search, parts of the API don't expose it (in both Rust and Python). @coastalwhite therefore suggested exposing this option via an additional argument (https://github.com/pola-rs/polars/pull/22633#pullrequestreview-2843742590).
Description
While search_sorted() internally supports descending=True search, parts of the API don't expose it (in both Rust and Python).
@coastalwhite therefore suggested exposing this option via an additional argument (#22633 (review)).