How to delete or clear Popular search keywords

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi guys, How to delete or clear some Popular search keywords in dashboard ? Thank you!!
4 years ago
If you mean in V4.2 yes there does not seem to be a way
There is a delete routine in the code but it does not seem to be used or no way to call it

        public virtual void DeleteSearchTerm(SearchTerm searchTerm)

You need to customise or delete directly from the Database table dbo_SearchTerm
4 years ago
You can simply use direct db query to do so.

update searchterm set count=0 where Id=______


However even i am searching for a way to view more than just 5 from admin panel dashboard in Nop version 4.10
The next buttons dont seem to be working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.