lunr.js
lunr.js copied to clipboard
Position metadata missing for matches from a collection
Hey there!
It looks like position
metadata is missing for matches that occur within a collection-type field.
Example Fiddle
Not sure how this could be elegantly represented - perhaps by including the element index in the position
data?
eg. { "position": [ index, matchStart, matchLength ] }