FAQ & Knowledge Base 6.0.8
29 July 2026
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
FEATURE
FAQ v6.0.8
Release Date: July 29, 2026 Tags: FEATURE
Overview
The public FAQ statistics endpoint computes category statistics, the most-viewed articles (stripped of formatting, truncated, with a helpful-percentage) and the week's trending searches. It had no consumer anywhere on the site — the entire search-analytics loop terminated in the database.
Three finished sections now render it:
- Trending searches — what other users are searching for, under the hero. Clicking a term runs that search.
- Browse by topic — category cards with article counts and view totals. Clicking a card selects that category and scrolls to the list.
- Most viewed — the most-read articles with their helpfulness score.
Upgrade Notes
- No migration and no configuration. The endpoint and its data already existed.
- Search terms are only recorded for signed-in users with queries longer than three characters, so trending searches will be empty on a fresh or mostly-anonymous install. The section renders nothing in that case, which is the intended behaviour.
Fixed
The category tabs did not follow the selected category
- Fixed the category tabs not tracking the filter, so a category card could change which articles were listed while the visible tab stayed where it was. The tabs now reflect the selected category.