-
AuthorPosts
-
December 11, 2014 at 11:14 am #203486
When i create a filter module not save and move to administrator page. Please solve the problem it’s urgent
December 13, 2014 at 7:26 am #558572When i create a filter module then i save but the don’t save and move to administrator page.
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
December 17, 2014 at 1:49 am #558849Hi,
I have checked on your site and see that you have too much extra field. To solve this issue, please follow this thread for the solution: http://www.joomlart.com/forums/topic/jak2-extra-fields-filter-and-search-module-stopped-saving-updates-in-the-backend/#post-546287
February 5, 2016 at 10:46 am #877068Hi All,
i have make a k2 extra field which is multi select and using it as a select drop down at the front end , while filtering data from the front end its not showing the exact result its showing the extra data also.
I have print the query and got the below query.
SELECT DISTINCT i., CASE WHEN i.modified = 0 THEN i.created ELSE i.modified END as lastChanged, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams FROM #__k2_items as i RIGHT JOIN #__k2_categories AS c ON c.id = i.catid WHERE i.published = 1 AND i.access IN(1,1,5) AND i.trash = 0 AND c.published = 1 AND c.access IN(1,1,5) AND c.trash = 0 AND c.language IN (‘en-GB’,’‘) AND i.language IN (‘en-GB’,’‘) AND ( i.publish_up = ‘0000-00-00 00:00:00’ OR i.publish_up <= ‘2016-02-05 06:52:01’ ) AND ( i.publish_down = ‘0000-00-00 00:00:00’ OR i.publish_down >= ‘2016-02-05 06:52:01’ ) AND i.catid IN (88) AND (i.extra_fields REGEXP ‘{"id":"69","value":[^{]"18"’) ORDER BY c.ordering, i.ordering
I have analyze the above query and got the fields is passing here *‘{"id":"69","value":[^{]"18"’)** , but not getting the proper result please help.
Thanks
SujitLuna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 15, 2016 at 2:31 am #883093 -
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by Luna Garden 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
