We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8ccb8 commit d5eb263Copy full SHA for d5eb263
app/models/documents/document.rb
@@ -103,7 +103,7 @@ def computed_word_count
103
104
# Settings: https://github.com/diasks2/word_count_analyzer
105
# TODO: move this into analysis services & call that here
106
- if self.body.length <= 10_000
+ if false && self.body.length <= 10_000
107
WordCountAnalyzer::Counter.new(
108
ellipsis: 'no_special_treatment',
109
hyperlink: 'count_as_one',
0 commit comments