funmaker / Hybooru

Hydrus-based booru-styled imageboard in React

Home Page:https://booru.funmaker.moe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOTD multiple tag support

Wyrrrd opened this issue · comments

I want to filter out full comic pages from motd, but the tags.motd setting seems to support only one positive tag. When I add a whitespace or dash to that string, the motd disappears after reload.

"tags.motd": "one" - works
"tags.motd": "one two" - does not work
"tags.motd": "-one" - does not work
"tags.motd": "one -two" - does not work

Unsure if this works as intended... If yes, you could add a short info to config docs.

Yes, this is intended behavior. motd support only a single tag pattern, not a full query. I'll make it more explicit in README.md.