mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
added crons web apis and ui listing
This commit is contained in:
@@ -97,7 +97,7 @@ func NewProvider(fieldResolver FieldResolver) *Provider {
|
||||
}
|
||||
}
|
||||
|
||||
// MaxFilterExpressions changes the default max allowed filter expressions.
|
||||
// MaxFilterExprLimit changes the default max allowed filter expressions.
|
||||
//
|
||||
// Note that currently the limit is applied individually for each separate filter.
|
||||
func (s *Provider) MaxFilterExprLimit(max int) *Provider {
|
||||
@@ -105,7 +105,7 @@ func (s *Provider) MaxFilterExprLimit(max int) *Provider {
|
||||
return s
|
||||
}
|
||||
|
||||
// MaxSortExpressions changes the default max allowed sort expressions.
|
||||
// MaxSortExprLimit changes the default max allowed sort expressions.
|
||||
func (s *Provider) MaxSortExprLimit(max int) *Provider {
|
||||
s.maxSortExprLimit = max
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user