Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in JusText #6862

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/configure/file-storage-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Enable document search by content
| - **wv**: Used to search the contents of DOC documents. |
| - **popplerutils**: Used to significantly improve server performance when extracting the contents of PDF documents. |
| - **unrtf**: Used to search the contents of RTF documents. |
| - **Justtext**: Used to search HTML documents. |
| - **JusText**: Used to search HTML documents. |
cwarnermm marked this conversation as resolved.
Show resolved Hide resolved
| |
| If you choose not to install these dependencies, you’ll see log entries for documents that couldn’t be extracted. |
| Any documents that can’t be extracted are skipped and logged so that content extraction can proceed. |
Expand Down Expand Up @@ -418,4 +418,4 @@ Amazon S3 request timeout
| Amazon S3 storage time out. | - ``config.json`` setting: ``".FileSettings.AmazonS3RequestTimeoutMilliseconds: 30000`` |
| | - Environment variable: ``MM_FILESETTINGS_AMAZONS3REQUESTTIMEOUTMILLISECONDS`` |
| Default is 30000 (30 seconds). | |
+---------------------------------------------------------------+-----------------------------------------------------------------------------------------+
+---------------------------------------------------------------+-----------------------------------------------------------------------------------------+