Skip to content

Commit

Permalink
Merge pull request elastic#380 from sagar-muppaneni/master
Browse files Browse the repository at this point in the history
DE1936: WC Search: Searching for fields with decimals,truncating digits
  • Loading branch information
Lucas Caballero authored and Lucas Caballero committed Jul 23, 2015
2 parents 507df57 + 60684c0 commit 840cf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protofiles/WebSearch.proto
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ message FilterValue {
}

required Operator operator = 1;
required int32 value1 = 2;
optional int32 value2 = 3;
required float value1 = 2;
optional float value2 = 3;
required FieldFilterTypeEnum filterType = 4;
}

Expand Down

0 comments on commit 840cf7f

Please sign in to comment.