We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dce623 commit 50edb74Copy full SHA for 50edb74
README.md
@@ -134,7 +134,7 @@ resource.list('Patient').where('name', 'John');
134
Or, you want to find all patients with name John or Steve
135
136
```typescript
137
-resource.list('Patient')where('name', ['John', 'Steve']);
+resource.list('Patient').where('name', ['John', 'Steve']);
138
```
139
140
Also, method where support prefixes for numbers and date, just pass it as third parameter
0 commit comments