Skip to content

Commit

Permalink
Merge pull request #1541 from selcukdinc/patch-1
Browse files Browse the repository at this point in the history
docs/products/databases/collections Wrong Navigation Link
  • Loading branch information
loks0n authored Dec 21, 2024
2 parents 2fb7fc9 + 218d0af commit 71de681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/docs/products/databases/collections/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ You can choose between the following types.
| `ip` | IP address attribute for IPv4 and IPv6. |
| `email` | Email address attribute. |
| `url` | URL attribute. |
| `relationship` | Relationship attribute relates one collection to another. [Learn more about relationships.](/docs/products/databases) |
| `relationship` | Relationship attribute relates one collection to another. [Learn more about relationships.](/docs/products/databases/relationships) |

If an attribute must be populated in all documents, set it as `required`.
If not, you may optionally set a default value.
Expand All @@ -303,4 +303,4 @@ The following indexes are currently supported:
| `unique` | Unique Index to disallow duplicates. |
| `fulltext` | For searching within string attributes. Required for the [search query method](/docs/products/databases/queries#query-class). |

You can create an index by navigating to your collection's **Indexes** tab or by using your favorite [Server SDK](/docs/sdks#server).
You can create an index by navigating to your collection's **Indexes** tab or by using your favorite [Server SDK](/docs/sdks#server).

0 comments on commit 71de681

Please sign in to comment.