Can you improve the search log by putting the number of times the top search keywords have been searched.
How about increasing the top key word search to a higher number. 10 just doesn't provide enough information.
Can you improve the search log by putting the number of times the top search keywords have been searched.
How about increasing the top key word search to a higher number. 10 just doesn't provide enough information.
You can increase the number by make a small change in /admin/log_search.php
line 76,
change 10 to any number, ex: 30PHP Code:while($i<10 && $i<$total) {
PHP Code:while($i<30 && $i<$total) {