mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #11090 from appwrite/fix-project-search
Fix: Allows query search on project
This commit is contained in:
commit
6c59cef8f4
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class Projects extends Base
|
|||
'name',
|
||||
'teamId',
|
||||
'labels',
|
||||
'search'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue