Only returns the fields that contains a match #782
kiastorm
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments 1 reply
-
Hey, No, this isn’t possible currently. I'm sorry. You can only specify in advance which fields you want and can’t select them dynamically while returning hits. I’ll open a product request for you so we can track this feature request on our side; thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation where I have an array field,
Content
, that I'm searching for a search term.example:
If my search term is
hello
, I want this to returnEssentially, I want only the array items that actually match to be returned
Currently, I'm filtering through on the client side, but this invalidates the
totalResults
andtotalPages
Is this possible already? Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions