mirror of
https://github.com/nasa/openmct.git
synced 2025-03-25 13:28:38 +00:00
The search service's interface now just consists of the two functions query() and isLoading(). query() returns a promise for an array or results, which eliminates the need for timeout polling like was previously done. The search providers have also been changed to reutrn promises.
This directory contains all bundles for the Open MCT Web platform, as well as the framework which runs them.