I am trying to using search param in teams with "Post Man" to search with "roles" . Is API Accepting searching with roles ? and if it is what is the right formula in post man to search for a specific role as it returns "total : 0 " , when try to search for example [ owner , "owner" , 'owner' ]
Roles aren't indexed so searching on that won't work
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...