mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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::NegateSearch
|
||||||
| BackendMethod::ConcatenateSearches
|
| BackendMethod::ConcatenateSearches
|
||||||
| BackendMethod::ReplaceSearchTerm
|
| BackendMethod::ReplaceSearchTerm
|
||||||
|
| BackendMethod::FilterToSearch
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue