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