From 61ab6f17454d81f24c585f0c37115ba372caed51 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Tue, 3 Dec 2024 21:52:47 +0100 Subject: [PATCH] Removed separate search section Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/advanced_usage.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index b4c7436de..84abd1ef6 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -607,10 +607,6 @@ existing tables) with: Using mariadb version 10.4+ is recommended. Using the `utf8mb3` character set on an older system may fix issues that can arise while setting up Paperless-ngx but `utf8mb3` can cause issues with consumption (where `utf8mb4` does not). - -#### Search -However, there is a downside to turning on case sensitivity, as it also makes searches case sensitive. -This means: A document called `Invoice` won't be found when searching for `invoice`. For more information on this topic, you can refer to [this](https://code.djangoproject.com/ticket/9682) Django issue.