FeatureFuel
2

[Feature] Ability to search assets with no rating

Source: immich-app/immich#21158 · opened by @FunkyKwak
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request. • Yes The feature Hello ! I tried the searchAssets API in order to find pictures with no rating, and it looks like it's not yet possible. Passing 0 or -1 in the rating parameter doesn't return the pictures with no rating. I made sure the pictures were there and that there was no issue with the API usage by doing the following (pseudo code here): - searchAssets(isFavorite=true, rating=-1) : 0 results - searchAssets(isFavorite=true, rating=0) : 0 results - searchAssets(isFavorite=true, rating=1) : 0 results - searchAssets(isFavorite=true, rating=2) : 0 results - searchAssets(isFavorite=true, rating=3) : 0 results - searchAssets(isFavorite=true, rating=4) : 0 results - searchAssets(isFavorite=true, rating=5) : 1000 results - searchAssets(isFavorite=true, ) : 1005 results When I did the test, I already knew there was 5 pictures m…

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