Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15407300
D10009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Referenced Files
None
Subscribers
None
D10009.diff
View Options
diff --git a/src/applications/search/engine/PhabricatorSearchEngineElastic.php b/src/applications/search/engine/PhabricatorSearchEngineElastic.php
--- a/src/applications/search/engine/PhabricatorSearchEngineElastic.php
+++ b/src/applications/search/engine/PhabricatorSearchEngineElastic.php
@@ -219,7 +219,7 @@
try {
$response = $this->executeRequest($uri, $this->buildSpec($query));
- } catch (HTTPFutureResponseStatusHTTP $ex) {
+ } catch (HTTPFutureHTTPResponseStatus $ex) {
// elasticsearch probably uses Lucene query syntax:
// http://lucene.apache.org/core/3_6_1/queryparsersyntax.html
// Try literal search if operator search fails.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 19 2025, 4:48 PM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7451519
Default Alt Text
D10009.diff (682 B)
Attached To
Mode
D10009: Rename `HTTPFutureResponseStatus` subclasses
Attached
Detach File
Event Timeline
Log In to Comment