Issues with "Tag Cloud" feature

Things you’d like to miss in the future...
admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Issues with "Tag Cloud" feature

Post by admin »

Confirmed, thanks! Fix comes.

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Issues with "Tag Cloud" feature 14.20.300

Post by neil9090 »

My issue relates to 14.20.300
Tagged a number of files with tags like
a small dog
a large dog
i.e. with spaces,
then the "tag cloud" category item recreated has the pattern for the first one with "a large dog" but other items have a pattern a small dog without quotes.
thus when the item is clicked no results are returned

interestingly enough I have just added test:a large dog as a tag, recreated tag cloud category, and clicking on the pattern test:a small dog returns the results as expected with the need to adjust the pattern to include quotes

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Issues with "Tag Cloud" feature 14.20.300

Post by admin »

Hi and welcome!

Indeed, there is a bug with missing quotes.
neil9090 wrote:then the "tag cloud" category item recreated has the pattern for the first one with "a large dog" but other items have a pattern a small dog without quotes.
thus when the item is clicked no results are returned
Well, I never got those items quoted, not even the first one.

Anyway, the fix is in the making...

Don

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Issues with "Tag Cloud" feature

Post by neil9090 »

Thanks Don

Excellent app by the way, keep up the good work

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Issues with "Tag Cloud" feature

Post by neil9090 »

Hi Don,

Now you have fixed the missing quotes it now sorts the tag cloud with the quotes at the top, i.e. some tags have spaces thus are required to be quoted and others are not, but the sorted catalogue tag cloudmeans that some of the tags are "at the top" and the others are below but are related alphabetically.

e.g.
"Animals:Dogs and Cats"
Animals:Antelopes
Animals:Dogs
Animals:Cats

should be;
Animals:Antelopes
Animals:Dogs
"Animals:Dogs and Cats"
Animals:Cats

Hope you can fix this minor issue.

Thanks.

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Issues with "Tag Cloud" feature

Post by admin »

Good point, fix (or rather improvement) comes.

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Issues with "Tag Cloud" feature

Post by neil9090 »

Thanks Don for fixing the sort issue... looks good.

Should have asked before but didn't notice as the tags where separate; can you add when generating the tag cloud list the caption of the tag name without the quotes...
to explain;
Cats
"Cats and Dogs"

Just looks inconsistent whether or not the tag has spaces i.e. the pattern property has the "Cats and Dogs" but the caption property is just Cats and Dogs thus displays as
Cats
Cats and Dogs

Nice simple request hopefully..

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Issues with "Tag Cloud" feature

Post by admin »

I think that would be confusing. If you use quotes in tags then you should see them.

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Issues with "Tag Cloud" feature

Post by neil9090 »

Hi Don,
Me again..sorry. Happy Holidays.

Just using 14.80 and the Click and Search: Tags appears to have the same issue as before with tag names with spaces.
i.e.
Tag name with spaces are shown in the Category with spaces (as the tag has spaces)
The properties does not put a caption in just the Tag with out quotes
When you click the item, it puts in the Find/Entry box the text;

Code: Select all

Computer?Tag Name With Spaces /T
If I manually add quotes like Computer?"Tag Name With Spaces" /T then the search works as expected.

Code: Select all

Computer?"Tag Name With Spaces" /T
If I add manually the quotes around the tag name in the Pattern criteria the result in the entry box becomes double quoted e.g.

Code: Select all

Computer?""Tag Name With Spaces"" /T
If I add the caption so the list doesn't have quotes so pattern is "Tag Name With Spaces" and caption is just Tag Name With Spaces then the entry box becomes

Code: Select all

Computer?""Tag Name With Spaces"" /T //Tag Name With Spaces
Not sure what exactly is going with the caption being added to the search line though.

Post Reply