The issue is present on production (commons wmf.27) and on commons betalabs.
- On Special:MediaSearch perform an invalid search, e.g. + - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
- The animation for loading results will be displayed but the page never finishes loading. No user message/warning will be displayed.
Note: Special:Search will promptly display the following warning to users:
Acceptance Criteria
- If the user enters invalid search input, display the same error message shown for T271387
- Ensure that the error message is displayed when the invalid search request happens in PHP (non-JS users or bad URL params)
- Ensure that the error message is displayed when the invalid search request happens in JS (user enters bad query after page initializes)






