Active
Project:
Content Analysis
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2014 at 15:37 UTC
Updated:
21 Jul 2014 at 16:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
JulienThomas commentedTo do this, I reviewed
as follows:
a) relies on settings made in settings.conf, variable "contentanalysis_ignore_types". This variable is an array so settings is done with
Then before doing any analysis, we check the variable values
This updates is associated to the following MySQL db updates:
insight_reports: 33k+ entries becomes 7k entries
insight_alerts: 110k+ entries becomes 30k entries
by removing only one content type that is extensively used but without SEO meaning.
To get this, I performed SQL queries as
Example of patch is attached