You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to better understand users needs we can store search query data for further analysis.
Describe the solution you'd like
The system should be able to accommodate storing of users' search requests performed from both frontend and NestBot
The text was updated successfully, but these errors were encountered:
We can have a centralized search logging system setup in backend by creating a SearchQuery model in the database to keep the log.
Creating a unified API endpoint for logging search queries from all sources (NestBot and frontend searches).
We can use Chartjs for data visualization and general metrics like query volume, popular queries, emerging or declining search terms on our admin page.
@ShashaankS@arkid15r, I think this is a stale issue now. The PR is also incomplete and has not been updated for a long time.
Can I work on this? I have a similar plan for executing it.
I will create a new app for search, and create the UserSearchQuery model and unique API endpoints for analytics.
I plan to tackle the backend first and then move to the frontend for visual analysis.
Is your feature request related to a problem? Please describe.
In order to better understand users needs we can store search query data for further analysis.
Describe the solution you'd like
The system should be able to accommodate storing of users' search requests performed from both frontend and NestBot
The text was updated successfully, but these errors were encountered: