V1 #9
|
@ -36,6 +36,7 @@ type DeleteDataPayload struct {
|
||||||
// ESQuery
|
// ESQuery
|
||||||
// Query support to search document
|
// Query support to search document
|
||||||
type ESQuery struct {
|
type ESQuery struct {
|
||||||
|
IsMatch bool // Search with match or prefix
|
||||||
Index string // Index
|
Index string // Index
|
||||||
Page int64
|
Page int64
|
||||||
Limit int64
|
Limit int64
|
||||||
|
|
Loading…
Reference in New Issue