Fix docs search returning no results
Search in the documentation was not returning results.
- Fixed the docs search endpoint so queries return results again
- Moved search server-side, replacing the full index download with small per-query responses
Stay up to date with new features and improvements.
Search in the documentation was not returning results.
Stations can be re-pinned to a previous deployment without a rebuild.
The measurement analysis view on high-volume procedures could take 38 seconds to load and sometimes timed out entirely. It now loads in under a second on the same data.
Opening the dashboard previously fired six separate data fetches in sequence just to render the sidebar, and server startup waited on analytics tooling before serving the first request.
Every page load and API call previously checked the session against the database before doing anything else.
Navigating to the dashboard previously showed a blank page until account and organization data finished loading, and every page carried chart code it did not use.
The file tofupilot link writes to bind a local procedure directory to the dashboard is now named after the product, so it is easier to recognize in your repo.
procedure.json to tofupilot.json; re-run tofupilot link in previously linked directories after updating.yaml or .yml name, not only procedure.yamlThe procedure documentation now reflects what the CLI actually enforces, removing constraints that never existed.
.yaml name; procedure.yaml is only the default lookup when running a directoryScheduled workflows and background maintenance now run on dedicated platform schedules instead of inside request servers, removing a class of intermittent failures.
The procedure list now appears immediately when opening the dashboard, instead of after a blank loading spinner.