Browse Source

Merge pull request #1693 from visuddhinanda/agile

:fire: wid
visuddhinanda 2 years ago
parent
commit
c16224b9b5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      rpc/tulip/tulip/server.php

+ 1 - 2
rpc/tulip/tulip/server.php

@@ -322,7 +322,6 @@ class Greeter extends \Mint\Tulip\V1\SearchStub
             $query = "INSERT INTO fts_texts (
                         book,
                         paragraph,
-                        wid,
                         bold_single,
                         bold_double,
                         bold_multiple,
@@ -330,7 +329,7 @@ class Greeter extends \Mint\Tulip\V1\SearchStub
                         created_at,
                         updated_at,
                         pcd_book_id) VALUES
-            (?,?,'bodytext',?,?,?,?,?,?,? )";
+            (?,?,?,?,?,?,?,?,? )";
             $insert = $this->dbSelect($query, [
                             $request->getBook(),
                             $request->getParagraph(),