plg_cck_field_search_query_1.2.0
Hi,
This commercial plugin does not work properly
With the following query displayed table contains the same data fields for name regardless of the different tables.
SELECT offers.reference , categories.name , types.name FROM qxxx3_database1 AS offers LEFT JOIN qxxx3_database2 AS categories ON categories.id=offers.category LEFT JOIN qxxx3_database3 AS types ON types.id=offers.type where offers.id >'1' AND offers.published='1' ORDER BY created_datetime DESC
This query works well with my data table manager, but he renames the second name in name1 which is not the case with this plugin.
For now I am forced to remove one of the two columns.
Thanks for your help.