Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 0cdd211

Browse files
fix: adapt order of paragraphs
1 parent caafb42 commit 0cdd211

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

app/views/docs/database.phtml

-17
Original file line numberDiff line numberDiff line change
@@ -466,20 +466,3 @@ func main() {
466466

467467
<h3><a href="/docs/database#pagination" id="pagination">Pagination</a></h3>
468468
<p>Appwrite has full support for pagination to better optimize and scale up your applications built on Appwrite. Detailed documentation on pagination and how to implement it can be found on the <a href="/docs/pagination">pagination guide.</a></p>
469-
470-
<h2><a href="/docs/database#known-limitations" id="known-limitations">Known Limitations</a></h2>
471-
472-
<h3>Relationships</h3>
473-
<p>This Database doesn't allow any relationships out of the box yet. Nontheless you can achieve relationships using Indexes und Query Filters.</p>
474-
<p>For example if your <b>Author</b> collection has a <span class="tag">String[]</span> attribute which contains multiple ID's from a <b>Blog</b> collection. You can easily query all the blog posts with a <span class="tag">Query.equal('blogpost-1', 'blogpost-2', ...)</span> once you have fetched the user.</p>
475-
476-
<h3>OR query on multiple attributes</h3>
477-
<p>As of right now, an OR condition between multiple Queries is not supported yet.</p>
478-
479-
<h3>Array contains query</h3>
480-
<p>Due to a limitation from MariaDB, we don't support a Contains query yet.</p>
481-
482-
<!--
483-
<h2><a href="/docs/database#benchmarks" id="benchmarks">Benchmarks</a></h2>
484-
<p>tbd</p>
485-
-->

0 commit comments

Comments
 (0)