diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-17 22:39:56 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-17 22:39:56 +0100 |
commit | 073e919ef198a04da1e5ed28a7dfbc5d9681fc14 (patch) | |
tree | cd8a60cb0eb261489c5d1e5008c99101628e5b9b /sphinx | |
parent | 82aefaaaf1c0fc64e584f7025259f84d2bcc347b (diff) | |
download | khanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.tar.xz khanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.zip |
Be more specific on index source database
Diffstat (limited to '')
-rw-r--r-- | sphinx_search.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx_search.conf b/sphinx_search.conf index 6e8f214..63d8d0f 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -6,7 +6,7 @@ source neodarznet { sql_pass = root sql_db = khanindexer - sql_query = SELECT id, url, title, content FROM page + sql_query = SELECT id, url, title, content FROM neodarznet sql_field_string = url sql_field_string = title |