* load filters from entities
* fix(search): compile possible filter options from available entities
* rename filter state and add text in case no filter can be applied
* fix(search): wrap value in link component for rows in component id column
* fix(search result): change name of column from component id to name
* fix(search): construct url in search api instead of search result component
* fix(search): use entity default constant from catalog model as fallback to namespace, add entity type
* fix(search): replace unknown with undefined if owner or lifecycle doesn't exist on entity, lowercase namespace and kind in url
* fix owner fallback and delete description fallback to show empty cells instead
We just tested it with another user an noticed some more issues:
* If the user is on the search route it should be reflected in the sidebar
* Clicking on the search icon alone should lead to the search page
* Make sidebar search field work
Extend the search page to have the ability to react to query parameters. The search in the sidebar now navigates to the search page and passes the query parameter. The search box on the search page is now debounced.
Closes#3341
* Fix sidebar search while the search page is already open
* fix(search): return EmptyState/Progress bar/Alert depending on result of api request
* Update plugins/search/src/components/SearchResult/SearchResult.tsx
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
* feat(search) search plugin
* feat(search): search page components
* feat(search): api
* feat(search): filters wip
* feat(search): wip filters
* fix(search): delete unused useParams hook
* fix(search): update docs
* fix(search): use latest versions of dependencies
* fix(search): change version of catalog plugin
* fix(search api): pass instance of catalog api to search api
* fix(filters): rename component from FilterButton to FiltersButton
* fixup
* fix(filters): use list of checkboxes to match style of catalog page filters
* fix(styles): use theme spacing for margins and paddings, delete unused styles
* fix(search): change terminology of search input to be more consistent and clear
* fix(search): restructure component exports according to ADR
* fix(search): replace sm with xs on Grid components to support smaller screens
* fix(search): add types
* fixup
* fix(search): bump backstage core
* change versions of backstage theme and dev-utils