Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/MyRuLib/FbUpdateThread.cpp')
-rw-r--r--sources/MyRuLib/FbUpdateThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/MyRuLib/FbUpdateThread.cpp b/sources/MyRuLib/FbUpdateThread.cpp
index 37ef2542..b097ad15 100644
--- a/sources/MyRuLib/FbUpdateThread.cpp
+++ b/sources/MyRuLib/FbUpdateThread.cpp
@@ -210,8 +210,8 @@ void FbUpdateItem::ExecInsert()
wxT("authors"), wxT("id,LOW(AUTH(last_name,first_name,middle_name))"),
},
{
- wxT("fts_book"), wxT("docid,content"),
- wxT("books"), wxT("id,LOW(title)"),
+ wxT("fts_book"), wxT("docid,content,dscr"),
+ wxT("books"), wxT("id,LOW(title),LOW(description)"),
},
{
wxT("fts_seqn"), wxT("docid,content"),