docs: updated links

This commit is contained in:
Dan Ribbens
2022-04-29 14:40:49 -04:00
parent 16398d3438
commit e4affd4bf9
19 changed files with 19 additions and 19 deletions

View File

@@ -64,7 +64,7 @@ The above example demonstrates a simple query but you can get much more complex.
| `in` | The value must be found within the provided comma-delimited list of values. |
| `not_in` | The value must NOT be within the provided comma-delimited list of values. |
| `exists` | Only return documents where the value either exists (`true`) or does not exist (`false`). |
| `near` | For distance related to a [point field]('/docs/fields/point') comma separated as `<longitude>, <latitude>, <maxDistance in meters (nullable)>, <minDistance in meters (nullable)>`. |
| `near` | For distance related to a [point field](/docs/fields/point) comma separated as `<longitude>, <latitude>, <maxDistance in meters (nullable)>, <minDistance in meters (nullable)>`. |
<Banner type="success">
<strong>Tip</strong>:<br/>