[Feature Request]: Binary Search that one file using tags
Checklist
- [x] I am using an up-to-date version.
- [x] I have read the documentation.
- [x] I have searched existing issues.
Description
In big libraries with a lot of tags, it gets harder to find back a specific pictures that you don't remember the tags of, but you know what it isn't
Solution
One solution would be to have an Akinator styled binary search. The app will give the user the tag with the most entries associated to it, and the user can either:
- Add it to the search as a blacklist
- Add it to the search as a whitelist,
- Skip the tag
Then the app can present the next biggest tag, looping until the user find the file they are searching for.
Alternatives
No response
Definitely a good idea in my book!
This also made me think: Maybe we could make tag suggestions based on the already applied tags.
E.g. If an image already has the tag mario and many/most images with that tag also have the tags luigi and red_cap then those could be suggested to add
Not sure if it is actually useful, but that might be because of your example. What are the tags of the picture are you searching?
Oh sorry I should have been clearer: I meant this as an idea for a differnt feature to help with more complete tagging. So with a partially tagged entry it could then suggest extra tags based on the ones already applied and which other tags those usually appear with
Ah. I see.
... Make a new issue then~