Solved: How to unhide faces?
Hey guys,
I have hidden some faces now instead of me being able to unhide them. They are gone gone. Is there some way of undoing that? π
4 Replies
Not yet
Currently it shows 500 faces because itβs not optimized and the server prioritizes the visible person with a name
If you really want to unhide it, the only solution for now is to edit directly your database entries
So if I check the db there are faces/persons with a hide flag ? And if I undo that everything will go back ?
Yep
But they may not come back in the /people page if they appear in few assets but at least they are listed on the detail panel of the assets they appear
Anyone looking - How to unhide all faces:
UPDATE public.person
SET "isHidden"=false
WHERE "isHidden"=true;
thanks again β€οΈ π