I am using the free version of the script as an internal knowledge base within the office. (once I get the money I will pay for the latest version) however I want to change the way the searches are done. I want to just search through the meta keywords not the body of the article. I assume I need to change KBClientSearchModel.php and
$sql = "
SELECT
e.*,
SUBSTRING_INDEX(e.body,' ',70) AS body,
I think the change needs to be
SUBSTRING_INDEX(e.meta_keywords,' ',70) AS meta_keywords,
I have no great knowledge with PHP and SQL so am making guesses.
I would be very grateful for any help.
Dave
