Taxonomy aggregation of name fields

Created on 10 October 2012, about 12 years ago
Updated 8 October 2024, about 1 month ago

I am aggregating the Term names, but its not aggregating correctly.
Why? Finding terms that occur more than one time

The views
http://pastebin.com/VM587Fhq

the sql

SELECT taxonomy_term_data.name AS taxonomy_term_data_name, taxonomy_term_data.vid AS taxonomy_term_data_vid, taxonomy_term_data.tid AS tid, taxonomy_vocabulary.machine_name AS taxonomy_vocabulary_machine_name, COUNT(taxonomy_term_data.name) AS taxonomy_term_data_name_1
FROM 
{taxonomy_term_data} taxonomy_term_data
LEFT JOIN {taxonomy_vocabulary} taxonomy_vocabulary ON taxonomy_term_data.vid = taxonomy_vocabulary.vid
WHERE (( (taxonomy_term_data.vid IN  ('8')) ))
GROUP BY taxonomy_term_data_name, taxonomy_term_data_vid, tid, taxonomy_vocabulary_machine_name
ORDER BY taxonomy_term_data_name_1 ASC
LIMIT 100 OFFSET 0

Title	Taxonomy Translation Filter
Path	ttf
🐛 Bug report
Status

Closed: outdated

Version

11.0 🔥

Component

views.module

Created by

🇩🇪Germany marcoka

Live updates comments and jobs are added and updated live.
  • Needs issue summary update

    Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇳🇿New Zealand quietone

    This was a bug smash random issue yesterday.

    There is little information here and it is not clear what the actual bug is. There are steps to reproduce in #7. I used them with a fresh install of Umami, 11.x, today and did not encounter any errors or unexpected behavior. Based on my testing and the lack of conversation here for 10 years I think this can be closed.

    If you are experiencing this problem on a supported version of Drupal reopen the issue, by setting the status to 'Active', and provide complete steps to reproduce the issue (starting from "Install Drupal core").

    Thanks!

Production build 0.71.5 2024