friendica / red

The Red Matrix
MIT License
214 stars 50 forks source link

Quirk in search module #888

Closed solstag closed 9 years ago

solstag commented 9 years ago

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.

ghost commented 9 years ago

This issue was moved to redmatrix/redmatrix#178