Update the HTTP settings route to accept the faceted fields

This commit is contained in:
Clément Renault
2020-11-13 16:16:07 +01:00
parent 8e6efe4d87
commit 23f9a22edc
2 changed files with 21 additions and 1 deletions

10
http-ui/Cargo.lock generated
View File

@ -989,6 +989,7 @@ dependencies = [
"near-proximity",
"obkv",
"once_cell",
"ordered-float",
"rayon",
"ringtail",
"roaring",
@ -1205,6 +1206,15 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "ordered-float"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fe9037165d7023b1228bc4ae9a2fa1a2b0095eca6c2998c624723dfd01314a5"
dependencies = [
"num-traits",
]
[[package]]
name = "page_size"
version = "0.4.2"