I have implemented fuse.js to search through arrays of objects and find matches, similar to the functionality described on
While it returns the entire item with the matched tag, I am looking for a way to identify which specific tag has been matched. Is there a method to determine this?