search: Allow running a search with different options
Refactor search options to use bitflags so that we can represent the entire set of settings in one place.
This commit is contained in:
Generated
+1
@@ -6428,6 +6428,7 @@ name = "search"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags",
|
||||
"client",
|
||||
"collections",
|
||||
"editor",
|
||||
|
||||
Reference in New Issue
Block a user