Boorusama
Boorusama copied to clipboard
Allow adding raw query to favorite tags
Is your feature request related to a problem? Please describe. At present, it is not possible to add multiple tags in the favorite tags. Spaces will be replaced with underscores.
Describe the solution you'd like When users add favorite tags, a radio box is provided to select whether it is a raw query.
I prefer radio boxes to drop-down menus, which can reduce one click
Describe alternatives you've considered It would be better if the app could automatically determine whether it is a raw query based on whether user input contains underscores, but this may break the habits of some old users.
Additional context
https://github.com/user-attachments/assets/f347764c-7883-4a97-8239-92468a184fcd
It would be better if the app could automatically determine whether it is a raw query based on whether user input contains underscores, but this may break the habits of some old users.
We can’t make this assumption since some Boorus, like Hydrus, allow tags with spaces. Additionally, advanced OR queries on some sites rely heavily on spaces.
For now I will replace the current dropdown button with just simple toggle button that switch between Raw input and normal single tag input. This will be similar to ChatGPT "Search" or "Reason" toggle.