Merge pull request #9 from Selly-Modules/v1

V1
This commit is contained in:
Nam Huynh 2022-04-25 09:56:15 +07:00 committed by GitHub
commit f1457a0d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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