Search

Search is a module for searching "core" content along with certain registered modules. You put in a word or two and it gives you back matching, relevant results.

You can see the search module in use in the default templates, like on this page. Simply put {search} in your template, where you want the search form to appear. If you want the results of a search to appear on a different page, you can specify this with the parameter resultpage='page alias'.

For more information, see the Search module in the Admin Panel, in the Extensions menu.


Previous page: MicroTiny
Next page: Module Manager


Time: 0.054177 / SQL: 0.02568s for 33 queries / Net Memory: 1200000 / Peak: 1648832
Debug: (0.00042999999999999) - (net usage: 35616) - (peak: 393280)
Initialize Database
Debug: (0.004654) - (net usage: 79760) - (peak: 437432)
Done Initializing Database
Debug: (0.004668) - (net usage: 79920) - (peak: 437592)
initialize internal global cache
Debug: (0.005161) - (net usage: 189152) - (peak: 558592)
done initializing global cache
Debug: (0.005174) - (net usage: 188936) - (peak: 558592)
Loading Modules
Debug: (0.006066) - (net usage: 217592) - (peak: 583432)
End of Loading Modules
Debug: (0.006133) - (net usage: 218360) - (peak: 583432)
Initialize Smarty
Debug: (0.006143) - (net usage: 218520) - (peak: 583432)
Done Initialing Smarty
Debug: (0.00618) - (net usage: 235040) - (peak: 592712)
cms_content_cache: begin load needed content objects
Debug: (0.00627) - (net usage: 235592) - (peak: 593264)
cms_content_cache: end loading needed content objects
Debug: (0.006551) - (net usage: 261416) - (peak: 619088)
SELECT * FROM cms_content WHERE content_id = 28 LIMIT  1
Debug: (0.007013) - (net usage: 272808) - (peak: 630480)
process template top
Debug: (0.008465) - (net usage: 293432) - (peak: 651104)
SELECT * FROM cms_layout_templates WHERE id = 5 LIMIT  1
Debug: (0.010752) - (net usage: 332232) - (peak: 690712)
SELECT * FROM cms_content_props WHERE content_id = 28
Debug: (0.011979) - (net usage: 368456) - (peak: 739040)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (1,2,11,22) AND active = 1 ORDER BY hierarchy
Debug: (0.012476) - (net usage: 443416) - (peak: 801088)
SELECT * FROM cms_layout_tpl_type WHERE originator = 'Search' AND name = 'searchform' LIMIT  1
Debug: (0.012703) - (net usage: 446424) - (peak: 804096)
SELECT * FROM cms_layout_templates WHERE type_id = '10' AND type_dflt = 1 LIMIT  1
Debug: (0.014139) - (net usage: 456064) - (peak: 865960)
Start Navigator breadcrumbs action
Debug: (0.017364) - (net usage: 474272) - (peak: 865960)
SELECT * FROM cms_layout_tpl_type WHERE originator = 'Navigator' AND name = 'breadcrumbs' LIMIT  1
Debug: (0.017594) - (net usage: 476696) - (peak: 865960)
SELECT * FROM cms_layout_templates WHERE type_id = '5' AND type_dflt = 1 LIMIT  1
Debug: (0.017999) - (net usage: 489408) - (peak: 865960)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (23,30) ORDER BY hierarchy
Debug: (0.018216) - (net usage: 493672) - (peak: 865960)
SELECT * FROM cms_content_props WHERE content_id IN (23,30) ORDER BY content_id
Debug: (0.018648) - (net usage: 520152) - (peak: 877824)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (24,25,26,27,29) AND active = 1 ORDER BY hierarchy
Debug: (0.018948) - (net usage: 530128) - (peak: 887800)
SELECT * FROM cms_content_props WHERE content_id IN (24,25,26,27,29) ORDER BY content_id
Debug: (0.019433) - (net usage: 604600) - (peak: 962272)
SELECT * FROM cms_content_props WHERE content_id = 22
Debug: (0.019849) - (net usage: 618392) - (peak: 976064)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (31,32) AND active = 1 ORDER BY hierarchy
Debug: (0.020059) - (net usage: 622816) - (peak: 980488)
SELECT * FROM cms_content_props WHERE content_id IN (31,32) ORDER BY content_id
Debug: (0.020454) - (net usage: 708616) - (peak: 1075264)
End Navigator breadcrumbs action
Debug: (0.020522) - (net usage: 679520) - (peak: 1075264)
Start Navigator default action
Debug: (0.021816) - (net usage: 699136) - (peak: 1075264)
SELECT * FROM cms_layout_templates WHERE name = 'Simple Navigation' LIMIT  1
Debug: (0.022207) - (net usage: 708184) - (peak: 1075264)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (3,4,5,6,7,8,9,10) AND active = 1 ORDER BY hierarchy
Debug: (0.024043) - (net usage: 816464) - (peak: 1174136)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (12,13,14,15,16,17,18) AND active = 1 ORDER BY hierarchy
Debug: (0.034234) - (net usage: 1002296) - (peak: 1439232)
End Navigator default action
Debug: (0.042446) - (net usage: 1025360) - (peak: 1439232)
SELECT * FROM cms_layout_tpl_type WHERE originator = 'News' AND name = 'summary' LIMIT  1
Debug: (0.042674) - (net usage: 1030152) - (peak: 1439232)
SELECT * FROM cms_layout_templates WHERE type_id = '6' AND type_dflt = 1 LIMIT  1
Debug: (0.042985) - (net usage: 1038880) - (peak: 1439232)
            SELECT SQL_CALC_FOUND_ROWS
                mn.*,
                mnc.news_category_name,
                mnc.long_name,
                u.username,
                u.first_name,
                u.last_name
            FROM cms_module_news mn
            LEFT OUTER JOIN cms_module_news_categories mnc
            ON mnc.news_category_id = mn.news_category_id
            LEFT OUTER JOIN cms_users u
            ON u.user_id = mn.author_id
            WHERE
                status = 'published'
            AND
        IF(start_time IS NULL AND end_time IS NULL,news_date <= NOW(),NOw() BETWEEN start_time AND end_time)ORDER BY mn.news_date desc LIMIT 0, 3
Debug: (0.043092) - (net usage: 1058504) - (peak: 1439232)
SELECT FOUND_ROWS() LIMIT  1
Debug: (0.043337) - (net usage: 1080784) - (peak: 1439232)
SELECT * FROM cms_module_news_fielddefs WHERE public = 1 ORDER BY item_order
Debug: (0.043593) - (net usage: 1084848) - (peak: 1442520)
SELECT * FROM cms_module_news_categories ORDER BY hierarchy
Debug: (0.0438) - (net usage: 1086624) - (peak: 1444304)
SELECT news_category_id,COUNT(news_id) AS cnt FROM cms_module_news WHERE news_category_id IN (1) AND ( IFNULL(start_time, '1970-01-01 01:00:01') < '2026-03-05 15:26:15')  AND (( IFNULL(end_time, '1970-01-01 01:00:01') = '1970-01-01 01:00:01') OR (end_time > '2026-03-05 15:26:15'))  AND status = 'published' GROUP BY news_category_id
Debug: (0.045032) - (net usage: 1079120) - (peak: 1571808)
Start Navigator default action
Debug: (0.045217) - (net usage: 1097056) - (peak: 1571808)
SELECT * FROM cms_layout_tpl_type WHERE originator = 'Navigator' AND name = 'navigation' LIMIT  1
Debug: (0.045441) - (net usage: 1101400) - (peak: 1571808)
SELECT * FROM cms_layout_templates WHERE type_id = '4' AND type_dflt = 1 LIMIT  1
Debug: (0.046034) - (net usage: 1137504) - (peak: 1571808)
SELECT * FROM cms_content FORCE INDEX (cms_index_content_by_idhier) WHERE content_id IN (19,20,21) AND active = 1 ORDER BY hierarchy
Debug: (0.046964) - (net usage: 1214864) - (peak: 1648832)
End Navigator default action
Debug: (0.049419) - (net usage: 1158952) - (peak: 1648832)
SELECT * FROM cms_layout_templates WHERE name = 'footer' LIMIT  1
Debug: (0.053578) - (net usage: 1199240) - (peak: 1648832)
SELECT SQL_CALC_FOUND_ROWS S.id FROM cms_layout_stylesheets S LEFT JOIN cms_layout_design_cssassoc D ON S.id = D.css_id WHERE D.design_id = 5 ORDER BY D.item_order ASC LIMIT 0, 1000
Debug: (0.053681) - (net usage: 1216744) - (peak: 1648832)
SELECT FOUND_ROWS() LIMIT  1
Debug: (0.053945) - (net usage: 1249856) - (peak: 1648832)
SELECT id,name,content,description,media_type,media_query,created,modified FROM cms_layout_stylesheets WHERE id IN (4,10,7,1,2,3,13)