Closed (duplicate)
Project:
Drupal core
Version:
7.4
Component:
drupal.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 19:15 UTC
Updated:
18 Jul 2011 at 20:22 UTC
Hello, I'm trying to alter a query that the view is doing to have the arguments passed doing a LIKE instead of an =
I'm using the _query_views_alter but it does ot look like it has been called at all.
Here is the code:
function mymodule_contact_query_views_alter(QueryAlterableInterface $query) {
watchdog('cccc', print_r($query, TRUE));
}
also reported here by me they say it's a core issue: http://drupal.org/node/1222090
Comments
Comment #1
marcingy commentedMarking as dup of the other issue