Currently when using .search() you can access the metadata of each searchresult using result.meta['xxxx'] or result.meta.xxxx.
When using .filter() on en existing queryset, this metadata is not exposed. Would be helpful to access the metadata here as it could contain data not available in the queryset models or the result of some expensive calculation performed during indexing.