Fix broken linkage in Material View docs

The `ALLOW FILTERING` link was missing a closing square bracket.
This commit is contained in:
Josh McNeil 2025-02-19 05:23:08 -05:00 committed by Patrick McFadin
parent 195d6c76d8
commit 5e2468bf59
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ The `WHERE` clause has the following restrictions:
** no other restriction is allowed
** cannot have columns that are part of the _view_ primary key be null, they must always be at least restricted by a `IS NOT NULL`
restriction (or any other restriction, but they must have one).
* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a xref:cql/dml.adoc#limit-clause[limit], or xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING
* cannot have an xref:cql/dml.adoc#ordering-clause[ordering clause], a xref:cql/dml.adoc#limit-clause[limit], or xref:cql/dml.adoc#allow-filtering[ALLOW FILTERING]
=== MV primary key