I wanted to add an option where I can sort the the results based on frequency of access.
I already can count the number of hits on each page, now I want to incorporate the sorting by frequency. I was wondering where I can get a more complete documentation for the search.asp file so I can tweak it a bit.
or maybe you can just supply me the answers to this :
how do I add another field in the array, and what does the fields array(0 - 5) stand for. I figure this is mostly where I have to edit to get what I want. The data that I have ready is the URL and the number of hits/clicks for that url
thanks
I already can count the number of hits on each page, now I want to incorporate the sorting by frequency. I was wondering where I can get a more complete documentation for the search.asp file so I can tweak it a bit.
or maybe you can just supply me the answers to this :
how do I add another field in the array, and what does the fields array(0 - 5) stand for. I figure this is mostly where I have to edit to get what I want. The data that I have ready is the URL and the number of hits/clicks for that url
thanks
Comment