How do I search on fields within an embedded schema? #463
Unanswered
ArthurClemens
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've moved a couple of fields into embedded schemas:
name_details
(containingfirst_name
,last_name
)contact_details
(containingemail
,phone_number
)Now I'm trying to refit my previous search behaviour that included
compound_fields
withlast_name
andemail
. So far I haven't figured out how to configure this in the FlopSchema.Beta Was this translation helpful? Give feedback.
All reactions