From 5e2468bf59581bcae9a55b4c3277dff2f8727a26 Mon Sep 17 00:00:00 2001 From: Josh McNeil <38532108+mcneiljt@users.noreply.github.com> Date: Wed, 19 Feb 2025 05:23:08 -0500 Subject: [PATCH] Fix broken linkage in Material View docs The `ALLOW FILTERING` link was missing a closing square bracket. --- doc/modules/cassandra/pages/cql/mvs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/cql/mvs.adoc b/doc/modules/cassandra/pages/cql/mvs.adoc index 89ba0ceacb..fd0054a4c0 100644 --- a/doc/modules/cassandra/pages/cql/mvs.adoc +++ b/doc/modules/cassandra/pages/cql/mvs.adoc @@ -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