]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twitapisearchjson.php
- Set the root of a new local conversation to a new conversation.id
[quix0rs-gnu-social.git] / actions / twitapisearchjson.php
index c7fa741a069477e797a89c55fb539f829c6b290f..741ed78d6388cc19ccfa98979cc5d6a9e601341e 100644 (file)
@@ -121,7 +121,7 @@ class TwitapisearchjsonAction extends ApiAction
         // lcase it for comparison
         $q = strtolower($this->query);
 
-        $search_engine = $notice->getSearchEngine('identica_notices');
+        $search_engine = $notice->getSearchEngine('notice');
         $search_engine->set_sort_mode('chron');
         $search_engine->limit(($this->page - 1) * $this->rpp, $this->rpp + 1, true);
         if (false === $search_engine->query($q)) {