V1 #9

Merged
trunglt251292 merged 2 commits from v1 into master 2022-04-25 02:56:15 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ad3775a95c - Show all commits

View File

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