Page MenuHomePhabricator

'Unhandled Exception ("Error")' displayed when attempting to filter the Phabricator activity feed by IDs/PHIDs
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue

What should have happened instead?
The searches should have completed successfully, and displayed the activity feed for the provided IDs/PHIDs.

Event Timeline

Uh, thanks. I'm puzzled where these two fields come from. I do not see them in upstream, I do not see them in my local instance of Wikimedia Phabricator.
Same for https://phabricator.wikimedia.org/feed/transactions/ . I don't see anything obvious in our downstream diff

Whoa, thanks for finding that!

Hmm, after removing we now get errors in our error log when someone tries to access a saved feed queries which have such IDs and PHIDs saved as parameters (SELECT * from phabricator_search.search_savedquery WHERE engineClassName = "PhabricatorFeedSearchEngine" AND parameters LIKE "%\"ids\":[\"%"; and SELECT * from phabricator_search.search_savedquery WHERE engineClassName = "PhabricatorFeedSearchEngine" AND parameters LIKE "%\"phids\":[\"%";) but I think I am fine with these consequences.