- ๐ฎ๐ณIndia Jeya sundhar Coimbatore
Jeya sundhar โ made their first commit to this issueโs fork.
- Status changed to Needs review
almost 2 years ago 3:03pm 28 September 2023 - First commit to issue fork.
- ๐บ๐ธUnited States torfj Seattle, WA
I applied the first patch to the latests versions of the module. I tested on taxonomy terms and it seems to work well, but needs more testing for other entity types.
- ๐บ๐ธUnited States torfj Seattle, WA
I made some improvement to MR 11 and did some more testing. It seems to work well for me. Please review.
- ๐บ๐ธUnited States ethomas08 SF Bay Area
MR 11 is working well for me. It allows a project to add the A to Z view filter for taxonomy terms in addition to nodes.
RTBC +1 - Status changed to RTBC
24 days ago 7:32pm 9 July 2025 - ๐บ๐ธUnited States lgschnurpel
Hi I'm using MR 11 to add an A to Z filter on my view of Groups. Unless I select 'All' I get this error when I try to filter by letter. Does anyone know why or have a fix?
Drupal\Core\Database\DatabaseExceptionWrapper: Exception in Schools[schools]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'group__title.title_value' in 'where clause': SELECT COUNT(*) AS "expression" FROM (SELECT 1 AS "expression" FROM "groups_field_data" "groups_field_data" LEFT OUTER JOIN "group_relationship_field_data" "gcfd" ON groups_field_data.id=gcfd.gid AND gcfd.plugin_id='group_membership' AND gcfd.entity_id=:account_id WHERE ((("groups_field_data"."status" = :db_condition_placeholder_0) AND ("groups_field_data"."type" IN (:db_condition_placeholder_1))) AND ("group__title"."title_value" LIKE :db_condition_placeholder_2 ESCAPE '\\')) AND ((("groups_field_data"."type" IN (:db_condition_placeholder_3, :db_condition_placeholder_4)) AND ("gcfd"."entity_id" IS NULL)) OR (("groups_field_data"."type" IN (:db_condition_placeholder_5, :db_condition_placeholder_6)) AND ("gcfd"."entity_id" IS NOT NULL)) OR (("groups_field_data"."status" = :db_condition_placeholder_7) AND (("groups_field_data"."uid" = :db_condition_placeholder_8) AND ("groups_field_data"."id" IN (:db_condition_placeholder_9)))) OR (("groups_field_data"."status" = :db_condition_placeholder_10) AND ("groups_field_data"."id" IN (:db_condition_placeholder_11))))) "subquery"; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => school [:db_condition_placeholder_2] => G% [:db_condition_placeholder_3] => committee [:db_condition_placeholder_4] => school [:db_condition_placeholder_5] => committee [:db_condition_placeholder_6] => school [:db_condition_placeholder_7] => 0 [:db_condition_placeholder_8] => 1 [:db_condition_placeholder_9] => 1 [:db_condition_placeholder_10] => 1 [:db_condition_placeholder_11] => 1 [:account_id] => 1 ) in main() (line 19 of index.php).
- ๐บ๐ธUnited States lgschnurpel
My site is currently on 10.5.1. To get the A to Z filter to work with Groups I had to downgrade my module version to this specific commit: "drupal/custom_view_filters": "2.x-dev#3aa33a01" which is working on another site of ours. Using that version and patch 5 ("https://git.drupalcode.org/project/custom_view_filters/-/merge_requests/...") I was able to get the filter to work without error.