Analytics Chart Renders Up to 5,000 Points, and Full Request Shows the Complete URL

· Analytics · Bug Fix · All updates

Two fixes in the analytics dashboard: long date ranges now draw, and the request column shows the whole request.

01 Up to 5,000 data points

The analytics chart was refusing to render when more than 100 data points were returned. The visualization now supports up to 5,000, so there are no more „Too many data points“ warnings when viewing daily stats over several months. The backend data limit was raised to match.

02 The Full Request column is complete again

The Full Request column in Query Analytics was showing truncated URLs: only the first parameter was visible and the rest were cut off. The parser now correctly captures the entire query string, including complex Solr parameters with nested syntax such as facet local params.

All analytics data going forward will show the complete request URL.
View the full changelog