mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
use Query::contains
This commit is contained in:
parent
774e3af61c
commit
417bb22790
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ class Functions extends Action
|
|||
while ($sum >= $limit) {
|
||||
$functions = $dbForProject->find('functions', [
|
||||
Query::select(['$id', 'events']), // Skip variables subqueries
|
||||
Query::contains('events', $events),
|
||||
Query::limit($limit),
|
||||
Query::offset($offset),
|
||||
Query::orderAsc('$sequence'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue