mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix not search on wrong attribute
This commit is contained in:
@@ -5638,7 +5638,7 @@ trait DatabasesBase
|
||||
[
|
||||
'queries' => [
|
||||
Query::select(['title', 'description'])->toString(),
|
||||
Query::notSearch('title', 'science')->toString(),
|
||||
Query::notSearch('description', 'space')->toString(),
|
||||
Query::limit(999)->toString(),
|
||||
Query::offset(0)->toString()
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user