Is multiple matches per document in the roadmap? <...
# community-help
b
Is multiple matches per document in the roadmap? https://github.com/typesense/typesense/issues/434
k
It has not been prioritized because most people are able to split their documents into sections or paragraphs and use group_by to get multiple hits per document, with corresponding snippet. For e.g. this is how the documentation search on Typesense website works.
b
Ah, I would have guessed more people would need this as getting comprehensive results (grep like) is important for some cases.
Splitting the documents is a workaround and has some shortcomings (mentioned in the github issue) so I'm hoping more people will request this