magento - Search results not showing in dashboard -


when customers search in searchbox (which uses form.mini.phtml), there results won't show in dashboard (magento 1.7).

here code:

<?php      $catalogsearchhelper =  $this->helper('catalogsearch'); ?> <div class="search-form">     <form id="search_mini_form" action="<?php echo $this->geturl('search/result') ?>" method="get">         <input id="search" type="text" name="query" value="" maxlength="<?php echo $catalogsearchhelper->getmaxquerylength();?>" />         <button><?php echo $this->__('search') ?></button>     </form>     <script type="text/javascript">         var searchform = new varien.searchform('search_mini_form', 'search', '<?php echo $this->__('search products , pages...') ?>');     </script> </div> <a href="<?php echo $this->geturl('catalogsearch/advanced'); ?>"><i><?php echo $this->__('advanced search'); ?></i></a> 

the results won't show in dashboard, , in search terms menu under 'catalog'.

where should save action take place?

if manually add search term under catalog -> search terms, show @ 'latest 5 search terms'.

check if setting popular search terms enabled under

/admin/system_config/edit/section/catalog -> search engine optimizations , flush cache.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -