Area
Frontend page (top nav search bar) / API proxy
Cloud & Service
n/a (global search across all services)
Expected behavior
Typing a query in the top nav search bar ("Search services, features, docs, and more") should filter/find matching services or resources and update the underlying API request accordingly.
Actual behavior
Typing in the search bar produces no visible reaction in the UI, and no request is triggered at all. No errors appear in the browser console or network tab — the input simply doesn't seem to be wired to any handler.
Reproduction
- Open Floci UI at http://localhost:4566 (or configured port)
- Click the top nav search bar
- Type any query, e.g. "dynamo"
- Open browser DevTools → Network tab
- Observe that no request is sent regardless of the typed query.
Screenshots
Environment
- Floci UI version / image tag: [floci/floci-ui:latest]
- How you're running it: docker compose
- Floci core version / image tag: floci/floci:latest
- Browser: [Brave, 1.93.137]
Area
Frontend page (top nav search bar) / API proxy
Cloud & Service
n/a (global search across all services)
Expected behavior
Typing a query in the top nav search bar ("Search services, features, docs, and more") should filter/find matching services or resources and update the underlying API request accordingly.
Actual behavior
Typing in the search bar produces no visible reaction in the UI, and no request is triggered at all. No errors appear in the browser console or network tab — the input simply doesn't seem to be wired to any handler.
Reproduction
Screenshots
Environment