You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the closest this plugin can get to a nested object is using object flattening, i.e. indexing pages.index and pages.body as separate fields on the document.
The text was updated successfully, but these errors were encountered:
Typesense supports indexing nested objects and arrays of objects since
v0.24
: https://typesense.org/docs/guide/tips-for-searching-common-types-of-data.html#nested-objects.I'm not sure if
gatsby-plugin-typesense
has support for nested objects. For example, if I have a collection schema set up as:Then I should be able to index a nested object using:
So that a returned object looks something like:
I believe the closest this plugin can get to a nested object is using object flattening, i.e. indexing
pages.index
andpages.body
as separate fields on the document.The text was updated successfully, but these errors were encountered: