- 🇨🇦Canada jibran Toronto, Canada
We discussed it on a call to add a fetch method to the destination plugin but plugins like ES and OS(coming soon) will opt-out by implementing the method and throwing the error.
There is currently no API surface to fetch a dataset's data from the index.
The data()
function on the Dataset entity parses and returns data directly from the file system rather than the index itself. We should add another function here which requests the indexed data directly.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We discussed it on a call to add a fetch method to the destination plugin but plugins like ES and OS(coming soon) will opt-out by implementing the method and throwing the error.