Aman-Mittal opened a new issue, #330: URL: https://github.com/apache/fineract-backoffice-ui/issues/330
Module: src/app/shared/components/global-search/ ![Global Search Limitation] <!-- Uploading "image.png"... --> Description Currently the Global Search bar in the top navigation header (/search) only queries domain entities (Clients, Loans, Savings Accounts, Groups). It does not search for administrative settings pages, navigation routes (e.g. "Chart of Accounts", "Offices", "Loan Products"), or system configurations. User Story / Scenario As an administrator, I want to type "Offices" or "Loan Products" into the global search bar so that I can quickly jump directly to system settings pages without manually expanding nested sidebar menus. Steps to Reproduce 1. Log into Fineract Backoffice UI as `mifos`. 2. Click on the header search bar or navigate to `/search`. 3. Type "Offices" or "Chart of Accounts" and press Enter. 4. Observe that 0 entity results are returned and no page navigation shortcuts are offered. Expected Behavior Global search should return matching navigation shortcuts / settings pages alongside entity search results, or provide a "Settings & Actions" section in the search results. Proposed Implementation - Extend GlobalSearchComponent to index static navigation routes from `src/app/app.routes.ts`. - Filter available navigation targets against user permissions via `AuthService.hasPermission`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
