rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
665 stars 175 forks source link

Suggestion/Autocomplete for tags does not work if you are not registered... #634

Closed MahdeenSky closed 1 month ago

MahdeenSky commented 5 months ago

Unregistered image

Registered image

neobooru commented 4 months ago

You can fix this by changing 'tags:list': regular to 'tags:list': anonymous in server/config.yaml. By default only 'regular' logged-in users can list (and therefore search/autocomplete) tags. I guess that is maybe not the expected default value though. You might also want to set other permissions to anonymous, such as tag_categories:list and tags:view. If you want a public booru (where an account is not required) then you could consider settings all xxx:list and xxx:view permissions to anonymous.