Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
im using xsltSearch on my website.
Now i want to save the result to a table in the db. The reason is that I want to display the most popular searchwords.
Are there someway to achieve this?
Can I connect to the db from xslt and make an insert or do i have to write c-code inside the xslt?
Are you looking to save the search entries or the results of the search?
Rich
Just the query, not the result.
Just before receiving your message I solved it.
In the template I retrieve the value like this:
string query = Request.Form["search"];
Sometimes its easier than you think :)
Glad you solved it.
Are you using Google Analytics at all? If so you can track searching through that too (needs to be configured)
Im going to install the Analytics module.
Im displaying the most popular searches in the frontend so thats why I want to save it in a table :)
Thx for your help!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Save query in custom table with xsltSearch
Hi!
im using xsltSearch on my website.
Now i want to save the result to a table in the db. The reason is that I want to display the most popular searchwords.
Are there someway to achieve this?
Can I connect to the db from xslt and make an insert or do i have to write c-code inside the xslt?
Are you looking to save the search entries or the results of the search?
Rich
Just the query, not the result.
Just before receiving your message I solved it.
In the template I retrieve the value like this:
string query = Request.Form["search"];
Sometimes its easier than you think :)
Glad you solved it.
Are you using Google Analytics at all? If so you can track searching through that too (needs to be configured)
Rich
Im going to install the Analytics module.
Im displaying the most popular searches in the frontend so thats why I want to save it in a table :)
Thx for your help!
is working on a reply...