Closed Prinzhorn closed 4 years ago
> new Fuse([{id: 1, name: "Prinzhorn"}], {id: 'id', keys: ['name']}).search('Prinzhorn') < ["1"]
It should return [1]. The id property should not be touched in any way and returned as is.
[1]
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
It should return
[1]
. The id property should not be touched in any way and returned as is.