Require XenForo 2.2+ Require XenForo Enhance Search 2.2+ (if used) Remove old XF2.0 method for extending search order as it is now easier to extend in XenForo Enhanced Search 2.2+
Minor code update to better support Threadmarks not triggering additional queries Adjust how first post word-count is computed during search-indexing
Fix race condition updating the stored word-count when editing a post Fix that editing a post could cause the threadmark category word-count to get out of sync with the thread word-count Updating will trigger a rebuild of thread word-count totals (if they have threadmarks)
Fix word-counts being unexpectedly recomputed on posting a new reply to a thread, take 2.
Fix editing posts which result in the word-count dropping under the threshold to memorize Fix that memorized post word-counts are not deleted when a post/thread is hard-deleted Prune memorized word-counts for deleted posts
Fix that Word count could be unexpectedly recomputed multiple times when replying to a thread
Reduce word-count overestimation, by skipping erroneous non-word characters.
Fix error when reverting a user's edit history via admin tools
Support sorting by word-count in thread-list for XF2.2
Requires php 7.0+ Requires Search Improvements v2.4.0+ Now depends on Standard Library by Xon Support XF2.2+