Select to view content in your preferred language

Fuse.js query on featureLayer, featureLayerView, or featureSet

312
1
Jump to solution
11-03-2023 03:23 PM
colpittJack
New Contributor II

@ReneRubalcava <- First off, thanks for all the content you have put out. your nearbyapp is helping me get my vue app off the ground. 

Has anyone ever seen a successful Fuse.js query on a featureLayer, featureLayerView, or featureSet??

I'm creating a vue3 composition api application, and want to make a general search input that queries all fields and rows. This would hopefully keep the end user from having to select a filter criteria input on the search. 

Thanks,

Jack

0 Kudos
1 Solution

Accepted Solutions
colpittJack
New Contributor II
0 Kudos
1 Reply
colpittJack
New Contributor II

Got it figured out....

Makes for a pretty interesting search!

https://github.com/tfjackc/vue-surveys/blob/main/src/store/mapping.ts

0 Kudos