3
[Feature] Album search/filter API
Source: immich-app/immich#24659 · opened by @despens
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
• Yes
The feature
<img width="963" height="66" alt="image" src=" />
Currently, the album search/filter functionality in the web app is very slow when working with 1000 or more albums. I believe the search is happening 100% client side, in accordance with the [only album listing endpoint]( only being able to return all albums or ones containing a known asset.
It would be great if it was possible to additionally query for an album's name with simple glob matching or SQL-like matching.
My use case in particular is displaying images from albums with specific titles on a web page. At the moment, a call to the getAllAlbums endpoint generates a 62717 line JSON file for me, on which my SSG has to perform title matching :sweat_smile:
Platform
• Server
• Web
• Mobile
• Yes
The feature
<img width="963" height="66" alt="image" src=" />
Currently, the album search/filter functionality in the web app is very slow when working with 1000 or more albums. I believe the search is happening 100% client side, in accordance with the [only album listing endpoint]( only being able to return all albums or ones containing a known asset.
It would be great if it was possible to additionally query for an album's name with simple glob matching or SQL-like matching.
My use case in particular is displaying images from albums with specific titles on a web page. At the moment, a call to the getAllAlbums endpoint generates a 62717 line JSON file for me, on which my SSG has to perform title matching :sweat_smile:
Platform
• Server
• Web
• Mobile
No pledges yet. Be the first to back this.
Comments
Similar requests
[Feature] Keep album search argument when going back to the album list
2 votes · 0 comments
[Feature] Add option to move pictures from one album to another (new or existing) album
81 votes · 0 comments
[Feature] Immich search should clear the photo selection after adding it to an album when using the "Not in any album" display option
2 votes · 0 comments
[Feature] Disable smart-search should disable contextual search from web UI
2 votes · 0 comments
[Feature] Allow album editors to change the display order
1 vote · 0 comments
No comments yet.