is it possible to generate a search logs top list with only queries whose perform results ? - with the engin global in a new pages with pagination. - with categories engin to insert the XXX best searchs by categories in the tpl of each categories ?
You mean you want a toplist of only search terms that will yeild matches? Not possible. Theoretically with about 3 hours of custom work ($40/hr) it could reflect whether there was a result at the original time of search, but still not whether there's currently a result.
If you're saying something else I can't translate it.
If "for sending the click in the same type of url like a click on any tag" is supposed to mean something like you're trying to rewrite search result urls in a generic way rather than just a case-by-case way, that's not a planned feature. It'd probably take 5 hours.
it would be a great feature for all your customers and futur one ^^
huge link script have this feature yet like XPL for example ...
well ... i can ask at my friend to do it too but in this case i'm afraid with the next update compatibility of WSN then, i think it's better if you make it ... what a pity ...
I'm very surprised and i think many people became sad to learn your decision.
Can't say I've ever heard of "XPL", but go use it then. Although people have made hundreds (thousands?) of feature requests to me nobody else has ever asked for something like this. So it goes in the pile with the other million ideas that I've had since 2002 but will probably never have time to impliment.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Toplist searchlogs
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
hi
is it possible to generate a search logs top list with only queries whose perform results ?
- with the engin global in a new pages with pagination.
- with categories engin to insert the XXX best searchs by categories in the tpl of each categories ?
all keywords listed needs to be linkable to the results page in rewrite mod.
http://domain.com/querie1.html for the engin global
http://domain.com/catname/querie1.html result of search of this cat only
http://domain.com/catname1/querie1.html result of search of this cat only
http://domain.com/catname2/querie1.html result of search of this cat only
actually i have the rewrite mod ON, but when i perform a search the result page is :
.../search.php?filled=1&condition=or
for all search ...
it would be great to have
.../search.php?q=key1+key2+key3
or
.../querie1.html
.../que+rie+2.html ...
Maybe it's yet possible ? ...
sorry por my bad english
regards
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
... up ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Read scripts.webmastersite.net/w...an-search-results-246.html or change the form method from post to get in order to put parameters in the URL. Beyond that I'm not sure what you mean.
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
back
my toplist in my main page :
<IF {TOPLISTTOTAL5}>
<!-- BEGIN TOPLIST 5 -->
<CONFIG>searches,value,5,descending,,,,0,0,0,0,1</CONFIG>
{SEARCHVALUE} ({COUNT})<br />
<!-- END TOPLIST 5 -->
</IF>
how having this :
<IF {TOPLISTTOTAL5}>
<!-- BEGIN TOPLIST 5 -->
<CONFIG>searches,value,5,descending,,,,0,0,0,0,1</CONFIG>
<a href="{SEARCHVALUESEARCHURL}" title="{SEARCHVALUE}">{SEARCHVALUE}</a> ({COUNT})<br />
<!-- END TOPLIST 5 -->
</IF>
for sending the click in the same type of url like a click on any tag
http://www....com/mydir/searchvalue.html
and !
how to list only queries whose perform results ? (very importante, no risk of duplicate content)
tks
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
Paul ?
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
up
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You mean you want a toplist of only search terms that will yeild matches? Not possible. Theoretically with about 3 hours of custom work ($40/hr) it could reflect whether there was a result at the original time of search, but still not whether there's currently a result.
If you're saying something else I can't translate it.
If "for sending the click in the same type of url like a click on any tag" is supposed to mean something like you're trying to rewrite search result urls in a generic way rather than just a case-by-case way, that's not a planned feature. It'd probably take 5 hours.
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
WTF
it would be a great feature for all your customers and futur one ^^
huge link script have this feature yet like XPL for example ...
well ... i can ask at my friend to do it too but in this case i'm afraid with the next update compatibility of WSN then, i think it's better if you make it ... what a pity ...
I'm very surprised and i think many people became sad to learn your decision.
tks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Can't say I've ever heard of "XPL", but go use it then. Although people have made hundreds (thousands?) of feature requests to me nobody else has ever asked for something like this. So it goes in the pile with the other million ideas that I've had since 2002 but will probably never have time to impliment.