Hi Seblod Team,
Below error is occurring while doing Search with Article Tags field:
Error: 0 - SQL=SELECT t0.id as pid, t0.pk as pk, t0.pkb as pkb,t0.cck as cck, t0.storage_location as loc,tt.id AS type_id, tt.alias AS type_alias FROM `uhk_cck_core` AS t0 LEFT JOIN `uhk_content` AS t1 ON t1.id = t0.pk LEFT JOIN `uhk_cck_core_types` AS tt ON tt.name = t0.cck WHERE t1.state = 1 AND t1.access IN (1,1,5) AND ( t1.publish_up = '0000-00-00 00:00:00' OR t1.publish_up <= '2014-01-15 05:22:57' ) AND ( t1.publish_down = '0000-00-00 00:00:00' OR t1.publish_down >= '2014-01-15 05:22:57' ) AND t0.cck = 'book' AND t1.tags = '4' GROUP BY t0.pk ORDER BY t1.title ASC
I have made a Search Form (Tagged Items) :
1. Search Form with fields:
CCK -> live value -> book
Article Tags -> live value -> 4 (this is my tag id)
2. List with fields:
Article Title -> Link -> content
Intro Text
3. Menu Item -> Seblod -> List & Search:
Search Type -> Tagged Items
But, When I click on menu (Tagged Items) from front view it gives the above error. My question is:
Can we search articles by tags with "Article Tags" field? or Is there any other way to search articles by tags?
Look forward to your valuable feedback.
Best Regards,
Umair