Fuzzy search - not refining enough despite low threshold

Hi! I’m implementing attributes v2 around our support site pages, and I’m running into issues on our browse all articles page

I have fuzzy search threshold set to 2/100 and field list identifiers on title and description only, yet the results seem to still be pretty loose. See screenshot below…when I search “edit screener survey,” only half of the top 4 results include any of those words (and there are several more articles that don’t match any of those terms as you scroll down)

Am I missing something on the fuzzy search implementation or is there a way to refine further? Thanks!

Read only: Webflow - UserInterviews.com

Hey @holly! We have recently pushed a new setting that may fit your use case better, you can simply add fs-list-split="true" to the input field instead of the fuzzy and operator attributes.

This setting separates the search input and returns the items that contain the search terms.

I’ve added the attribute to your setup with a local override hopefully this helps!

We will be adding the details of this setting to the documentation soon!

1 Like