Nuxt UI Pro UContentSearch and fuse
Hello, i use UContentSearch with an external search engine (meili). I pass the results in a group but i'd like to disable fuse filtering. Can't figure how to do it... Thanks!
1 Reply
tried
:fuse="{ fuseOptions: { threshold: 0 } }"
but it doesn't work
Ok got it
:fuse="{ fuseOptions: { threshold: 1, shouldSort: false } }"