Commit 3a3cf0e
authored
JS Server : Fix documentIDs filter lookup by collection name (#305)
* Python tests always specify the documentIDs filter with the full collection name.
* With the current CBL-JS implemention, the collection’s name property may not include the '<scope>.' prefix for the default scope. We could enhance this to always return the full-collection name for consistency as the Collection class in JS doesn’t have the scope property either. This is not a blocker for 1.0.0 release.1 parent 4855850 commit 3a3cf0e
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments