When searching for certain strings in Phabricator there is an exception:
Unhandled Exception ("Error") Cannot use object of type PhutilSafeHTML as array
Interestingly there are a few patterns that seem to trigger it while others don't. For example:
string | result |
foo | ok |
mw1234 | ok |
mw2234 | error |
mw222 | ok |
mw2222 | error |
xx2234 | ok |
xxmw2234 | ok |
mw2234x | ok |
mw2261 | error |
mw2261x | ok |
cloudvirt1001 | error |
The ones that are errors are repeatable and don't seem random. It seems more like the error happens if it actually finds some results?