Skip to content

Commit 6ce9c15

Browse files
committed
chore: Update Couchbase ORM documentation for Ruby tutorial
1 parent c7c692d commit 6ce9c15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docusaurus/docs/tutorial-ruby-couchbase-orm/08-views.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ When using a compound key, the usage is the same, you just give the full key :
4040

4141
# gives all comments that have been seen more than 10 times but less than 20
4242
```
43-
Check this couchbase help page to learn more on what's possible with compound keys : <https://developer.couchbase.com/documentation/server/3.x/admin/Views/views-translateSQL.html>
4443

4544
Ex : Compound keys allows to decide the order of the results, and you can reverse it by passing `descending: true`
4645

0 commit comments

Comments
 (0)