FeatureFuel
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

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests