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:
Conrad Irwin
2023-07-07 15:56:37 -06:00
parent 20d8a2a1ec
commit 75fe77c11d
5 changed files with 196 additions and 100 deletions
Generated
+1
View File
@@ -6428,6 +6428,7 @@ name = "search"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags",
"client",
"collections",
"editor",