Skip to content

Commit 92d12ee

Browse files
authored
Small index fix (#1092)
1 parent fb5b058 commit 92d12ee

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pages/fundamentals/indexes.mdx

+4-7
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,10 @@ expected in the next release by the end of January 2025. We appreciate your
175175
understanding and patience.
176176
</Callout>
177177

178-
To optimize queries that fetch only the edges by specific edge types and properties, you need to create an edge-type property index.
179-
180-
<Callout type="warning">
181-
182-
Creating an edge-type property index requires the --storage-properties-on-edges flag to be set to true!
183-
184-
</Callout>
178+
To optimize queries that fetch only the edges by specific edge types and
179+
properties, you need to create an edge-type property index. Creating an
180+
edge-type property index requires the `--storage-properties-on-edges` flag to be
181+
set to true.
185182

186183
```cypher
187184
CREATE EDGE INDEX ON :EDGE_TYPE(property_name);

0 commit comments

Comments
 (0)