After updating to 3.8.4 (and 3.8.5), using the directive delayedindexing=true prevents ez from indexing content during cronjob runs.
I checked the generic cronjobs.ini, and it loads the module for content indexing, but it doesn't work.
It used to work correctly until 3.8.3.
I had to run the indexing maintenance script to align my index database to the latest contents added before discovering the bug. Disabling the option (hence indexing everything immediately) resolved my issue.
Environment:
Operating System: Centos 4.3
PHP Version: (please be specific, like '4.4.3' or '5.1.5') 4.4.2
Database and version: Mysql 4.1
Steps to Reproduce:
Enable delayedindexing=true in site.ini
Enable cronjobs
Add some content
Wait for cronjobs to run
Perform some content search
...content won't be found.