Recent searches
No recent searches
Can you display an end user's search history to them?
Answered
Posted Feb 03, 2023
A lot of sites retain your search history - not the browser but typically when you're logged in to your account. Is there a way to provide the end user with a log of their search history, either on their profile page or as they're searching?
0
2
2 comments
Callum D
Yes, it is possible to provide end users with a log of their search history. This can be done by tracking and storing the search queries made by the user in a database associated with their account. The log can then be retrieved and displayed on their profile page or as they search. The implementation details of such a feature would depend on the specifics of the website, including the technology stack and the data storage solution being used.
0
mfg
Thanks Callum D - am i correct to assume this would be done via API?
0