mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Also add FilterToSearch to want_release_gil()
This commit is contained in:
parent
388e958f39
commit
942632d579
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ fn want_release_gil(method: u32) -> bool {
|
|||
| BackendMethod::NegateSearch
|
||||
| BackendMethod::ConcatenateSearches
|
||||
| BackendMethod::ReplaceSearchTerm
|
||||
| BackendMethod::FilterToSearch
|
||||
)
|
||||
} else {
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue