diff --git a/struct.go b/struct.go index 79ed704..417e5c9 100644 --- a/struct.go +++ b/struct.go @@ -36,8 +36,7 @@ type DeleteDataPayload struct { // ESQuery // Query support to search document type ESQuery struct { - IsPrefix bool // Search with prefix - IsMatch bool // Search with match + IsMatch bool // Search with match or prefix Index string // Index Page int64 Limit int64