mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-30 09:36:17 +00:00
* Update SearchResource and add new searchAPI frontend implementation SearchResource now supports `query_filter` and `post_filter` as json encoded Elasticsearch filters; `fetch_source` and `include_source_fileds` for reducing response sizes. * Remove * Use async/await for searchAPI * Move formatting to util functions