mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UX: Custom filters based on saved search queries #1672
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dingedan on GitHub (Jan 10, 2023).
Describe what problem this solves and why this would be valuable to many users
PhotoPrism already has a very advanced search feature with many possible text filters but it's a bit of a hassle to always remember the terminology or to always have to type a filter that you frequently use.
Describe the solution you'd like
A custom drop down selection field in the extended search menu with 'bookmarked' search queries. These bookmarks can be managed in the settings section where the list can be maintained. For each entry there are two configurable text fields: 'name' and 'query'. The name is displayed in the selection box and the query is obviously what is then (invisibly) applied when selected in the search. In the settings it should also be possible to delete entries and of course to add new ones. The ability to re-order would be nice to have.
Describe alternatives you've considered
Browser bookmarks
Additional context
Use cases for which I'd currently use this:
@kvalev commented on GitHub (Jan 10, 2023):
This is very similar to #1431
@graciousgrey commented on GitHub (Jan 13, 2023):
@dingedan as far as I can see #1431 should cover your use case. I will close this issue as duplicate, feel free to leave a 👍 in the smart albums issue :)
@dingedan commented on GitHub (Jan 13, 2023):
@graciousgrey : Yes indeed it covers my uses cases, thanks for pointing that out @kvalev. I do feel that the way I had this in mind would be a lot more versatile once the filters are made available in all views as described in #651 but I also understand prioritization of features is needed.