Skip to content

Commit 98a8c61

Browse files
Update articles/cosmos-db/cassandra-secondary-index.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent 12ae5aa commit 98a8c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra-secondary-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you try executing the following statement, you will run into an error that as
3434
select user_id, lastname from sampleks.t1 where lastname='nishu';
3535
```
3636

37-
Although the Cassandra API does support ALLOW FILTERING, as above this is not recommended. You should instead create an index in the following manner:
37+
Although the Cassandra API supports ALLOW FILTERING as mentioned in the previous section, however, it's not recommended. You should instead create an index in the as shown in the following example:
3838

3939
```
4040
CREATE INDEX ON sampleks.t1 (lastname);

0 commit comments

Comments
 (0)