You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to remove the "item": {} object wrapping each of my results from Fuse that's wrapping my results data? I just want the bare results of my data, not in an object with other props such as refIndex and what not.
I just want the raw data back, having this wrapped is causing me pain because I have to now somehow get that out of the dataset returned by Fuse.
The text was updated successfully, but these errors were encountered:
dschinkel
changed the title
Remove refIndex from results
Remove Fuse object wrapper from Fuse results
Apr 4, 2022
dschinkel
changed the title
Remove Fuse object wrapper from Fuse results
Remove Fuse item object wrapper from Fuse results
Apr 4, 2022
is there a way to remove the
"item": {}
object wrapping each of my results from Fuse that's wrapping my results data? I just want the bare results of my data, not in an object with other props such asrefIndex
and what not.I just want the raw data back, having this wrapped is causing me pain because I have to now somehow get that out of the dataset returned by Fuse.
The text was updated successfully, but these errors were encountered: