Boorusama icon indicating copy to clipboard operation
Boorusama copied to clipboard

Allow adding raw query to favorite tags

Open xr1s opened this issue 8 months ago • 1 comments

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

xr1s avatar Mar 13 '25 04:03 xr1s

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.

khoadng avatar Mar 13 '25 18:03 khoadng