little-cui commented on code in PR #258:
URL: https://github.com/apache/servicecomb-kie/pull/258#discussion_r959220978
##########
server/datasource/options.go:
##########
@@ -70,7 +70,8 @@ type FindOptions struct {
// Offset the offset of the response, start at 0
Offset int64
// Limit the page size of the response, dot not paging if limit=0
- Limit int64
+ Limit int64
+ MatchCase bool
Review Comment:
叫Case Insensitive
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]