Query Analytics: Full Request Inspector, Server-Side Pagination and Filters for Latest Queries
Three changes to the Latest Queries table in Query Analytics: you can now open any request and read it in full, page through all of them without loading everything at once, and filter down to the ones you care about.
01 Full Request Inspector
Every row in the Latest Queries table now carries an inspect button. It opens your complete Solr request, broken down into a readable parameter table, alongside the full raw URL ready to copy with one click.
02 Server-side pagination and filters
Latest Queries now paginates server-side, so you can browse through all your requests within any date range without loading everything at once.
| Filter | Finds |
|---|---|
query text | Requests whose query matches. |
HTTP status | Requests by response status. |
IP address | Requests from a particular client. |
Set your filters and hit Search to find exactly what you need across all shards.
03 Fix
A rendering issue on the Analytics Dashboard, where DataTables parameter handling could cause PHP warnings to appear in the Latest Queries response, has been fixed.