From 168c194a9481841e9d6a20386032ea5c40e6c336 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 20 May 2021 09:31:09 +1000 Subject: [PATCH] Update install.md --- docs/start/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/install.md b/docs/start/install.md index a93662e..80b678c 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -104,6 +104,9 @@ sudo apt-get install sqlite3 A `.sqlite3` database file will be automatically created, at the location specified in the configuration options. No further steps necessary. +!!! warning "SQLite Case Sensitivity" + SQLite has a known [string matching limitation](https://docs.djangoproject.com/en/dev/ref/databases/#substring-matching-and-case-sensitivity) for non ASCII characters. If you are using non ASCII characters (e.g. Cyrillic text), it is recommended that you do not use SQLite, as search functionality will not work correctly. + ### PostgreSQL #### Install PostgreSQL