Open ascentcreative opened 4 years ago
Further to this, I've put debug statements to the log file in the plugin code. Regardless of my setting the system setting, the Plugin code always treats it as 1/Yes so the OnBefore
As a hack, I've simply removed the code in the switch block for "OnBeforeSaveWebPageCache" to prevent it firing.
Thanks for reporting this @Kiersm I'll look into it. For what it's worth, removing that block from the Plugin should be fine for now :)
Thanks - there's a chance it's something in our site, but I'm by no means a ModX expert!
I've set up the Extra, and created the index with index_full_rendered_output set to No. I've then given a list of fields in "index_resource_fields"
When I run a search with a freshly indexed site, it works fine. However, subsequent page views then update the index - for example, viewing the homepage. This then adds the full rendered output (including menus etc) to the index and returns false positives all over the place.
My understanding is that the above setting should prevent this, and the resources should only update when saved in the manager, and then only use the fields listed.
I've uninstalled / reinstalled / removed the system settings and everything else I can think of.
What would cause this issue?