-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As an app user, I want to index huge documents.
Both MySQL and PostgreSQL have maximum column content lengths. The app should detect those and act appropriately.
Possible solutions (in decreasing order of preference):
- Split the content into chunks and index all of them separately.
- Truncate the content and index only the first part, throwing an indexing warning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request