TagsBundle icon indicating copy to clipboard operation
TagsBundle copied to clipboard

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Plat...

Results 9 TagsBundle issues
Sort by recently updated
recently updated
newest added

Hi, for a client project we need to be able to filter by a tag subtree. For example, there is a parent tag called "Category" and there are multiple children...

Versions: ibexa/experience: 4.5.0, netgen/tagsbundle: 5.0.5 After upgrading our Project to ibexa experience 4.x and netgen tagsbundle we get the following jQuery error when we edit an article: ``` caught ReferenceError:...

Versions: ibexa/experience: "4.3.0", netgen/tagsbundle: "^5.0" (5.0.4) When I try to click into a single tag in admin, I get this error: Intentionally not implemented: No visitor available for: Netgen\TagsBundle\API\Repository\Values\Content\Query\Criterion\TagId with...

Hello, when i merge two tags the value in the field "keyword_id" in the table "eztags_attribute_link" is updated but the search index is not updated. This means that the moved...

I can add and use multi-word tags but, I don't want space or special char in the URL. How to can change the generated URL? Ex: Tag name "eZ Publish...

Tag synonyms are not found in tghe search. Add a synonym to a tag. Tag a content with this tag. Try to find this content by searching the synonym.

When inspecting Redis keys from this bundle they're missing expiration/TTL: ``` $ redis-cli -n 1 > TTL namespace:tag-content-15681 (integer) -1 ``` To avoid maxing out Redis memory with the "volatile-lru"...

Needs to implement adding criteria for RelatedContentAdapter. For example adding array of content classes in parameters.

enhancement

Hi, First off, thank you guys for maintaining this bundle! In the legacy backend, when using the select view, all the tags were available as options, no matter their level...