You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When indexing a document, there is a limit to the size of the files' full-text that can be indexed (for performance reasons). The user may not be aware of this limit and is not informed when it is reached.
) is not true, there should be an info (maybe in the document metadata) to say that fulltext is too large to be indexed and it should be displayed somewhere in the document detailed view (public + pro).
How it works
When indexing a document, there is a limit to the size of the files' full-text that can be indexed (for performance reasons). The user may not be aware of this limit and is not informed when it is reached.
Improvement suggestion
if(rero-ils/rero_ils/modules/documents/dumpers/indexer.py
Line 244 in 27d8481