grafana/public/app/features/search
Josh Hunt 7bc6d32eb9
Search API: Search by folder UID (#65040)
* Search: Attempt to support folderUID filter

* Search: Use folder UID instead of ID for searching folders

* Update swagger

* Fix JSON property casing

* Add integration test

* Remove redundant query condition

* Fix frontend test

* Fix listing dashboards in General/root

* Add support for fetching top level folders

using `folderUIDs=` (empty string) query parameter

* Add deprecation notice

* Send uid of general in sql.ts

* Use 'general' for query folderUIDs query param for fetching folder

* Add tests

* Fix FolderUIDFilter

---------

Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2023-08-04 12:43:47 +03:00
..
components Chore: Remove DashboardSearchModal/SearchWrapper since they're no longer used (#70374) 2023-06-21 09:51:28 +01:00
hooks FieldValues: Use standard array functions (#67012) 2023-04-20 22:03:38 -07:00
page GLDS: Move Text component from the unstable package to grafana-ui (#72660) 2023-08-02 14:58:00 +02:00
service Search API: Search by folder UID (#65040) 2023-08-04 12:43:47 +03:00
state Chore: Refactor Search out-of-order fix (#68445) 2023-05-18 16:14:59 +01:00
constants.ts Search: Remember sorting preference between visits (#62248) 2023-01-27 11:00:28 +00:00
index.ts Chore: Remove DashboardSearchModal/SearchWrapper since they're no longer used (#70374) 2023-06-21 09:51:28 +01:00
loaders.ts Fix: Unlock new button based on user permissions (#57733) 2022-10-27 15:48:07 +02:00
tempI18nPhrases.ts NestedFolders: Move New folder into a drawer (#69706) 2023-06-09 16:00:16 +01:00
types.ts NestedFolders: Improve performance of Browse Dashboards by loading one page at a time (#68617) 2023-06-05 10:21:45 +00:00
utils.test.ts Search: Store only search value in state, not the whole selectable value (#62228) 2023-01-27 10:50:48 +00:00
utils.ts Search: Store only search value in state, not the whole selectable value (#62228) 2023-01-27 10:50:48 +00:00