Danbooru

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

fossilnix said:

Another minor irritation is that the new "abbreviations as shortcuts" feature doesn't extend to suggesting Love Live! School Idol Festival when I type "llsif." So to tag it, I have to type "love" and press the down arrow several times.

I get 4 of the Love Live! tags when typing "llsi", adding the f ruins it and only suggests an artist tag.

fossilnix said:

One thing I've noticed with tag autocomplete is that if I swap the name order of a tag (for example, "iwana_kate" instead of kate_iwana or "suzuko_mimori" instead of mimori_suzuko), the current system doesn't suggest the correct tag as often as the old system did. In cases where it does, it seems to take a while to calculate before showing the suggestion.

First letter has got to match, as noted by the issue Unbreakable quoted (issue #3898).

Another minor irritation is that the new "abbreviations as shortcuts" feature doesn't extend to suggesting Love Live! School Idol Festival when I type "llsif." So to tag it, I have to type "love" and press the down arrow several times.

Unbreakable said:

I get 4 of the Love Live! tags when typing "llsi", adding the f ruins it and only suggests an artist tag.

Prefix autocomplete turns off past the 4th letter.

https://github.com/r888888888/danbooru/blob/2d5f6b8a359e08af1c032bd2d2bdf328ec873883/app/logical/tag_autocomplete.rb#L70-L72

Search Issue: I noticed that the '*' wildcard feature is a bit faulty. I typed up *kini as a test and noticed it excludes anything tagged tankini without bikini. (post #3202860) Probably not the only case. To explain how I tested it, I input *kini tankini and got a lower count than tankini alone, so -bikini tankini seems to fill in the difference.

P.S. The number of matches was limited by my tag limit, so there's no issue. Apologies. Couldn't find the 'delete' for forum posts.

Updated

boomm said:

Search Issue: I noticed that the '*' wildcard feature is a bit faulty. I typed up *kini as a test and noticed it excludes anything tagged tankini without bikini. (post #3202860) Probably not the only case. To explain how I tested it, I input *kini tankini and got a lower count than tankini alone, so -bikini tankini seems to fill in the difference.

P.S. The number of matches was limited by my tag limit, so there's no issue. Apologies. Couldn't find the 'delete' for forum posts.


That's because the wildcard search is bound to your user level. It does not search for all tags matching the query, only for the top N tags, where N is your search limit.

See forum #142087 for a detailed explanation.

edit: nvm I can't read

For the past several hours I get these error messages:

Error 504 Ray ID: 45f96c6b3b6299fe • 2018-09-25 00:38:42 UTC
Gateway time-out

Error 500 Ray ID: 45f96e408f2199fe • 2018-09-25 00:38:55 UTC
Internal server error

keonas said:

Pretty weird thing to see but, the bane tag actually has an "artist" 2nd tab instead of "wiki"

Either the artist entry was made by mistake or the tag was used for one in the past, the entry was made 5 months ago.

Is sonohara the only site that went down? I almost exclusively browse in sonohara, and IIRC the danbooru twitter said something about benchmarks/benchmarking (when downbooru was shown, not a 403 error as it is now)

紫希貴 said:

Is sonohara the only site that went down? I almost exclusively browse in sonohara, and IIRC the danbooru twitter said something about benchmarks/benchmarking (when downbooru was shown, not a 403 error as it is now)

Hijiribe and Danbooru works as normal.

Not sure if it's a known issue, or if there's a new version rolling out causing issue(or maybe just high traffic?), but sometimes a pool or a search-page will lose its page-numbers at the bottom of each page. Like at first it might have all the usual numbers, but at some point later, no matter what page I'm on, it will only show Page 1 and left-and-right arrows, but only the left-arrow works as a hyperlink. If I'm on Page 1 the number isn't a hyperlink obviously... if I'm on any other page then 1 is a hyperlink to page one...but it still acts like the current page or any other further-pages don't exist(so it just looks like < 1 > no matter how many pages there are). Of course I can manually edit the URL to go to each separate page, but it's getting a little annoying/cumbersome.

MAGNUS-8M said:

Not sure if it's a known issue, or if there's a new version rolling out causing issue(or maybe just high traffic?), but sometimes a pool or a search-page will lose its page-numbers at the bottom of each page. Like at first it might have all the usual numbers, but at some point later, no matter what page I'm on, it will only show Page 1 and left-and-right arrows, but only the left-arrow works as a hyperlink. If I'm on Page 1 the number isn't a hyperlink obviously... if I'm on any other page then 1 is a hyperlink to page one...but it still acts like the current page or any other further-pages don't exist(so it just looks like < 1 > no matter how many pages there are). Of course I can manually edit the URL to go to each separate page, but it's getting a little annoying/cumbersome.

What tag searches are you doing? I can't replicate this when using the site anonymously.

Last I tried I couldn't replicate it either, but I just tried it again and it gave me the one-page thing again.

Search is "super_crown -bowsette", without Gold Membership of course, so I can only do two searches. (As far as the search goes, I was just interested in any new characters aside from the usual Bowser I guess.)

Same search as (the redundant) "super_crown bowsette" works. Actually, using "bowser -super_crown" works. And still gives me Bowsette pictures.... figures.

But yeah at the moment, specifically using "-Bowsette super_crown" sometimes refuses to give me more than one page.

....annnnd then I closed that tab, middle-clicked a random image to get a new-tab, searched for "super_crown -bowsette" and then it worked correctly. And another one that didn't.. huh. Just seems random.

MAGNUS-8M said:

Last I tried I couldn't replicate it either, but I just tried it again and it gave me the one-page thing again.

Search is "super_crown -bowsette", without Gold Membership of course, so I can only do two searches. (As far as the search goes, I was just interested in any new characters aside from the usual Bowser I guess.)

Same search as (the redundant) "super_crown bowsette" works. Actually, using "bowser -super_crown" works. And still gives me Bowsette pictures.... figures.

But yeah at the moment, specifically using "-Bowsette super_crown" sometimes refuses to give me more than one page.

....annnnd then I closed that tab, middle-clicked a random image to get a new-tab, searched for "super_crown -bowsette" and then it worked correctly. And another one that didn't.. huh. Just seems random.

Okay, I was able to replicate that, both as a Builder and as Anonymous. I created issue #3925.