• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

ElasticSearch Essentials 3.8.1

Change log

  • Require minimum version of XF2.1.8+
  • Improve handling of int-like options for CLI bulk search indexer (php cmd.php xf-rebuild:search-bulk)
  • On the advanced search page, automatically support include/exclude tags for taggable content, or content which groups to taggable content.
  • On searching with include/exclude tags, only search content which supports tags.
    • This results in only searching threads when searching from the 'search threads' tab when normally it would search threads and posts.
    • Add option "Project container tags into content tags", this allows tag-based search to work on posts rather than just threads.
    • Changing this option will require re-indexing!
  • When autocomplete is open, do not close search menu when escape key is pressed
  • Move autocomplete result row format into XF template system, and use menu-row/contentRow/etc to better match native styling
  • Add search option "Search only containers", this allows only searching threads vs searching threads & posts
    • Add style property "Enable 'Search only containers' search option" to control if this option is displayed
    • Add style property "Default 'Search only containers' search option" to control if this is default selected (default is unselected)
  • Work-around XF design limitation where a search URl operating on "thread" content type ignores constraints that "post" supports
  • Enhance search/member endpoint to support c[newer_than] URL argument
  • Add per-content-type limits for search auto-complete, this may cause additional ElasticSearch queries
Back
Top