From 87494189e91dc801c71d485b9e6a83ba07e70d78 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Sat, 14 Dec 2024 11:29:17 +0600 Subject: [PATCH] Update indexes.md --- docs/indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/indexes.md b/docs/indexes.md index 0d12abe..8959d7c 100644 --- a/docs/indexes.md +++ b/docs/indexes.md @@ -3,7 +3,7 @@ If you want to add index to your `TreeModel`, use [`GistIndex`](https://docs.djangoproject.com/en/5.1/ref/contrib/postgres/indexes/#gistindex) from [`postgres`](https://www.postgresql.org/docs/9.1/textsearch-indexes.html). ```{note} -Note: `GistIndex` was suggested based on [`@pauloxnet`](http://github.com/pauloxnet)'s code sample from this [microsoft citus con youtube video](https://www.youtube.com/watch?v=u8F7bTJVe_4&t=1051s) +`GistIndex` was suggested based on [`@pauloxnet`](http://github.com/pauloxnet)'s code sample from this [microsoft citus con youtube video](https://www.youtube.com/watch?v=u8F7bTJVe_4&t=1051s) ```