Removed separate search section

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Paul-Vincent Roll 2024-12-03 21:52:47 +01:00 committed by GitHub
parent 34abc3f05f
commit 61ab6f1745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.