From 20aa49d3807101d19e29bd1b0d318c3df9b984aa Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 31 Aug 2023 19:08:37 +0300 Subject: [PATCH] add description field to the search index --- example/environment/sphinx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/example/environment/sphinx.conf b/example/environment/sphinx.conf index c8e5089..857165e 100644 --- a/example/environment/sphinx.conf +++ b/example/environment/sphinx.conf @@ -17,6 +17,7 @@ source magnet : yggtracker `magnet`.`magnetId`, \ `magnet`.`metaTitle`, \ `magnet`.`metaDescription`, \ + `magnet`.`description`, \ `magnet`.`dn`, \ (SELECT GROUP_CONCAT(DISTINCT `keywordTopic`.`value`) \ FROM `keywordTopic` \