The events debugger logs events, not queries. You therefore need to ensure you are sending a userToken with each query, i.e. whenever a user searches so Algolia can match the users' events with their search queries.
You can look at your queries in your monitoring section
- Go to the Algolia dashboard and select your Algolia application.
- On the left sidebar, select API Monitoring.
- Open the Search API Logs page: https://www.algolia.com/apps/YOUR_APP_ID_HERE/monitoring/logs
Here, you can watch operations as they occur on Algolia’s servers. If a userToken is being sent with the query, this will show in the request body.