Skip to content

Instantly share code, notes, and snippets.

@simbus82
Created April 27, 2018 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbus82/28d471daad2172e8203d527b86eacae1 to your computer and use it in GitHub Desktop.
Save simbus82/28d471daad2172e8203d527b86eacae1 to your computer and use it in GitHub Desktop.
Roksprocket K2 Tag
If you look at line 29 in /components/com_roksprocket/lib/RokSprocket/Provider/K2/Filter.php you should see the following:
$this->query->select('CONCAT_WS(",", t.id) AS tag_ids, CONCAT_WS(",", t.name) AS tag_names');
If you change this line to the following
$this->query->select('CONCAT_WS(",", t.id) AS tag_ids, CONCAT_WS(",", t.name) AS tags');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment