friendica/red

Quirk in search module

Closed this issue · 1 comments

Searches for strings that show up in the obscured text of private records, such as "data" or "key", will display private items regardless of their content.

I'm guessing this could be fixed by excluding items with item_flags containing ITEM_OBSCURED from the db query.

This issue was moved to redmatrix/redmatrix#178