Commit c53c2cb2c85ab480a7b4e5ebff7d2553d8953a30
1 parent
47fe386b
removed debug logging
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2435 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc
| ... | ... | @@ -19,7 +19,7 @@ function getMessage() { |
| 19 | 19 | |
| 20 | 20 | function getSearchResultsByCategory($iFolderID, $sKeywords, $iStartIndex, $sCategory) { |
| 21 | 21 | global $default; |
| 22 | - $default->log->info("getSearchResultsByCategory($iFolderID, $sKeywords, $iStartIndex, $sCategory)"); | |
| 22 | + | |
| 23 | 23 | $sQuery = "SELECT DISTINCT '" . "$default->graphicsUrl/widgets/dfolder.gif" . "' AS folder_image_url, F.id AS folder_id, D.id AS document_id, D.name AS document_name, ROUND(MATCH(DT.document_text) AGAINST ('" . $sKeywords . "'),3) AS score " . |
| 24 | 24 | "FROM $default->owl_documents_table AS D INNER JOIN $default->owl_document_text_table AS DT ON D.id = DT.document_id " . |
| 25 | 25 | "INNER JOIN $default->owl_document_fields_table AS DFL ON DT.document_id=DFL.document_id " . | ... | ... |