@ -36,6 +36,8 @@ type DeleteDataPayload struct {
// ESQuery
// Query support to search document
type ESQuery struct {
IsPrefix bool // Search with prefix
IsMatch bool // Search with match
Index string // Index
Page int64
Limit int64