Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed May 25, 2024
1 parent 8c954a3 commit 52ce22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/indexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on fields ``_from`` and ``_to``. For more information on indexes, refer to
index = cities.add_index(ttl_index)

# Add MDI (multi-dimensional) index on field 'x' and 'y'.
mdi_index = {'type': 'mdi', 'fields': ['x', 'y'], 'field_value_types': ['double']}
mdi_index = {'type': 'mdi', 'fields': ['x', 'y'], 'fieldValueTypes': ['double']}
index = cities.add_index(mdi_index)

# Indexes may be added with a name that can be referred to in AQL queries.
Expand Down

0 comments on commit 52ce22c

Please sign in to comment.