Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from 21re/es-v7-query-total
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
Ihor authored Jun 16, 2021
2 parents 75e12a7 + 1eddcce commit e445b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microtools"
version = "0.3.2"
version = "0.3.3"
authors = ["Bodo Junglas <[email protected]>", "Ihor Mordashev <[email protected]"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/elasticsearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pub struct QueryHits<I, T> {

#[derive(Clone, Debug, Deserialize)]
pub struct QueryHitsTotal {
pub total: u64,
pub value: u64,
pub relation: String,
}

Expand Down

0 comments on commit e445b5d

Please sign in to comment.