Word Count Search

Unmaintained Word Count Search 1.4.3

No permission to download
  • For approximate word count, do not approximate 0 to 10
  • Correctly handle is threadmarks is not installed on indexing threads
  • Properly index word counts for threads with threadmarks
    • Requires re-indexing of the thread content type.
  • Code cleanup
  • Improve compatibility for extending Elasticsearch Optimize Mapping process
    • May require to re-index threads
  • Update installer to prevent an error with my older add-ons
  • Support for threadmarks.
    • Adds word count per threadmark to the threadmark index
    • Lists the total wordcount of threadmarked content in a thread.
      • Displays on the threadmark index
      • Displays in search results (for threads)
      • Available in the thread_list_item template via the variable {$thread.WordCount}(requires custom theming)
    • If an older version of threadmarks is installed, you must upgrade to threadmarks v1.3.0 first.
    • Please wait for various migration tasks to finish before reindexing threads.
  • Fix copy post support
  • Better support for word count not being associated with a post
  • Do not store wordcounts for posts with <100 words
    • Still exported to elastic search
    • Future version will allow the threshold to be adjusted without a code edit.
  • Show lower and upper word-count search conditions on the Threads and Posts advanced search tab.
  • When viewing a thread, by default, skip adding the word count table join in.
    • This can be overridden by setting skip_wordcount to false in XenForo_ControllerPublic_Thread::_getPostFetchOptions
  • Update installer
  • Improve integration with Enhanced Search re-indexing process.
Top Bottom