Q: how do you configure the number of snippets to be shown for a particular field in each hit?
k
Kishore Nallan
02/12/2022, 11:30 AM
Typesense returns only the best matched hit for a given document.
a
A J
02/12/2022, 11:34 AM
😕
k
Kishore Nallan
02/12/2022, 11:35 AM
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.