XenForo Enhanced Search

Releases XenForo Enhanced Search 2.3.0 Beta 6

Register & Get access to index
  • Any entity which is configured to be "indexable` via the XF:Indexable entity behavior and is configured to enqueueIndexNow now requires the implementation of the new ViewableInterface. This is to ensure that your entity has an appropriate canView method so that we can determine content is viewable by a guest before submission to IndexNow. Developers will need to implement this interface and add a canView method (if needed) to ensure content can be submitted to IndexNow.
The following are minimum requirements:
  • PHP 7.2 or newer
  • MySQL 5.7 and newer
  • All of the add-ons listed here require XenForo 2.3.
  • Enhanced Search requires at least Elasticsearch 7.0
Note: Only the PHP version requirements have changed here. However, even if you're running PHP 7.2 we strongly recommend upgrading to PHP 8.3 at the earliest opportunity for improvements in speed, security and stability. We also recommend MySQL 8.0 (or equivalent).
Some of the changes in XFES 2.2.2 include:
  • PHP 8.1 compatibility.
  • Avoid a shard error if a user searches for a query that exceeds the max_clause_count value.
XenForo Enhanced Search requires XenForo 2.2 or later.
Back
Top Bottom