Changelog
integrations

Faster search across posts and articles (part two)

Screenshots are attached in the thread below. We would move our whole team over if this landed.

What changes

Our support volume would drop noticeably if this shipped. Even a read-only version would unblock us.

  1. Enable keyboard shortcuts.
  2. Enable granular email preferences.
  3. Enable duplicate detection.

Next steps

It would remove the last manual step before we can automate this. Customers ask about this on nearly every onboarding call. Right now this costs us roughly two hours a week.

Step by step

It is the single biggest reason our team still keeps a second tool open. Two people on the team have independently asked for this.

  1. Enable CSV export.
  2. Enable a public API rate-limit dashboard.
curl -sS https://api.example.test/v2/boards \
  -H "Authorization: Bearer $BULLETIN_API_KEY"
181 views