Page MenuHomeGitPull.it

AtlasFor: allow to find Tags from their localized name
Closed, ResolvedPublic2 Points

Description

Requested by: @setareh.pedone.

Current situation

Whatever the language, it is searched by Italian language and then shown in the current language.

At the moment the Tag cloud does not allow to search by Name since I think it search by UID:

Screenshot_2022_09_23_093903.png (132×300 px, 22 KB)

$(tag).data('tag');
→ Object { count: 2, tag_uid: "centro", tag_name: "centre", fakeCount: 2 }

Desired situation

If the site language is XXXXX, have the Tag search prioritize Tags with values in the XXXXX language and only finally search for the native language.

TODO

  • floating search bar
  • fix Tag search cloud

Revisions and Commits

Event Timeline

valerio.bozzolan created this task.
valerio.bozzolan set the point value for this task to 2.

OK it seems improved now, searching both by UID and by the name (slugged):

Screenshot_2022_09_23_094602.png (130×304 px, 27 KB)

Screenshot_2022_09_23_094616.png (130×304 px, 27 KB)

valerio.bozzolan closed this task as Resolved by committing Restricted Diffusion Commit.Sep 23 2022, 09:47
valerio.bozzolan added a commit: Restricted Diffusion Commit.