projects / org / ezpublishlegacy / ezpublish-ezfindreindexcontent
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezpublish-ezFindReindexContent | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Extends the legacy ezfind extension to add a reindex content link to all objects
This addresses an issue in sites which use Solr, but for performance reasons have asObjects set to false when doing fetches. asObjects = false gives you the data direct from Solr, which is fast, but with Solr being a volatile document data source there's always a risk of it being out of sync.
Another issue addressed is this: ezFind does not reindex content when a priority is changed (by default). Manually re-saving each object can be tedious.
Copy the folder to your extensions directory
If you use an override file then you may need to add ActiveExtensions[]=gazfind to your settings/override/site.ini under [ExtensionSettings]
Regenerate Autoloads
Clear your caches
Use github issues.