grafana/public/app/features/search/service
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
..
bluge.ts FieldValues: Use standard array functions (#67012) 2023-04-20 22:03:38 -07:00
dummy.ts Search: Sort alphabetically in the folder view, increase the limit of the folder search from 50 to 1000 (#57078) 2022-10-18 14:10:53 +08:00
folders.ts NestedFolders: Improve performance of Browse Dashboards by loading one page at a time (#68617) 2023-06-05 10:21:45 +00:00
frontend.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
frontend.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
index.ts Search: use search service (#46714) 2022-03-18 01:36:32 +01:00
searcher.ts Search: fix front end query search condition (#55611) 2022-09-22 05:34:09 -04:00
sql.test.ts Search API: Search by folder UID (#65040) 2023-08-04 12:43:47 +03:00
sql.ts Search API: Search by folder UID (#65040) 2023-08-04 12:43:47 +03:00
types.ts NestedFolders: Show nested folders in Browse folder view (#63746) 2023-03-23 13:28:45 +00:00
utils.ts NestedFolders: Add search to NestedFolderPicker (#70848) 2023-07-04 10:20:02 +00:00