Page MenuHomePhabricator

D15082.id36415.diff
No OneTemporary

D15082.id36415.diff

diff --git a/src/applications/search/controller/PhabricatorApplicationSearchController.php b/src/applications/search/controller/PhabricatorApplicationSearchController.php
--- a/src/applications/search/controller/PhabricatorApplicationSearchController.php
+++ b/src/applications/search/controller/PhabricatorApplicationSearchController.php
@@ -100,7 +100,7 @@
} else if (!strlen($this->queryKey)) {
$found_query_data = false;
- if ($request->isHTTPGet()) {
+ if ($request->isHTTPGet() || $request->isQuicksand()) {
// If this is a GET request and it has some query data, don't
// do anything unless it's only before= or after=. We'll build and
// execute a query from it below. This allows external tools to build

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 9, 2:40 PM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389293
Default Alt Text
D15082.id36415.diff (765 B)

Event Timeline