diff --git a/pylib/rsbridge/lib.rs b/pylib/rsbridge/lib.rs index afff8c7ac..f3dedb826 100644 --- a/pylib/rsbridge/lib.rs +++ b/pylib/rsbridge/lib.rs @@ -53,6 +53,10 @@ fn want_release_gil(method: u32) -> bool { | BackendMethod::LatestProgress | BackendMethod::SetWantsAbort | BackendMethod::I18nResources + | BackendMethod::NormalizeSearch + | BackendMethod::NegateSearch + | BackendMethod::ConcatenateSearches + | BackendMethod::ReplaceSearchTerm ) } else { false