Q: how do you configure the number of snippets to ...
# community-help
a
Q: how do you configure the number of snippets to be shown for a particular field in each hit?
k
Typesense returns only the best matched hit for a given document.
a
😕
k
If you wish to have multiple matches per document, you can break the page into paras and index each paragraph as a document, and do a group_by and group_by_limit to fetch N matched segments per page.