This doesn't seem to return that information though, is this information available using with?
If not it might be useful if the Collection that comes back from ->get() included a metadata property that would hold this type of additional information about the result set returned from Algolia.
Is it possible to retrieve the facets and available values when executing a search similar to how the Instant Search component libraries work?
Looking over the documentation, it seemed like with could be useful. e.g.
This doesn't seem to return that information though, is this information available using
with
?If not it might be useful if the
Collection
that comes back from->get()
included ametadata
property that would hold this type of additional information about the result set returned from Algolia.