Skip to content

Commit

Permalink
Update indexes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Dec 14, 2024
1 parent 04ff73f commit 8749418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit 8749418

Please sign in to comment.