Jump to content
  • 0

Is it possible to store the search queries that users perform?


ClayG

Question

We're getting ready to launch a solution we built in Caspio. Users will be able to search people records using a variety of search fields. My boss is asking if there's anyway we can  see a log of the search criteria that users try. We don't have the Grow plan currently, so we don't have the user activity log feature, but I'm doubtful it would show that level of detail.

Does anyone know and/or have you tried to record the search criteria that users submit in their record searches?

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You could separate your search and results page into two different pages, like found in this article. 

Maybe create a new table, Search Log Table, with some of the same fields used in the search form (whatever fields you want to log). This would be for saving the search log results. Instead of using virtual fields like in the article mentioned, you would use these fields from the new table.

Have these new search fields have the same lookup sources as the search form you have now so the data is the same.

Then, like in the article, pass the parameters to the results page on submit. This should pass the search filter parameters while also saving whatever was selected to a different table. Make sure you edit your results page from 'Show Search Form' to 'Filter data based on your pre-defined criteria', and set up the filter fields to receive the parameters.

 

Link to comment
Share on other sites

  • 0

Thanks! That article about separating the search page vs results page would probably also work for me since google analytics would likely capture those URL strings and that would be adequate for reviewing how people are searching. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...