V1 #9

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

View File

@ -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