Description :
Actually it is in the “Attributes” category but I cannot choose it because it’s in “read-only” mode..
Hi Finsweet team ![]()
I’m facing an issue with fs-list search + pagination on a multilingual Webflow site, and after several attempts I can’t get a reliable behavior. I’d love your input in case I’m missing something or if this is a known limitation.
Context :
-
Webflow CMS
-
Webflow Localization enabled
-
Main language: English
-
Secondary languages: French, Spanish, Italian, Dutch
-
Using Finsweet Attributes v2
-
Feature used: fs-list (search + pagination)
-
No alpha filter on this page (simple search only)
Setup :
-
A
Formwith:fs-list-element="filters"
-
Search input with:
-
fs-list-field="*" -
fs-list-operator="equal" -
fs-list-fuzzy="20"
-
-
A
Collection Listwith:-
fs-list-element="list" -
fs-list-load="pagination"
-
-
Each
Collection Itemcontains:-
A visible title with
fs-list-field="title" -
A second text field called hidden-title
-
Same title but without accents
-
Visually hidden using
display:none -
Attribute:
fs-list-field="hidden-title"
-
-
The idea is to allow users to search with or without accents.
Expected behavior :
-
Search should:
-
Work across all pages (pagination)
-
Return results regardless of accents
-
Work consistently in all languages
-
Actual behavior :
-
Everything works perfectly in English
-
In other languages:
- Search often returns no results
-
The same CMS structure and attributes are used across all locales
What I already tried :
-
Ensuring identical DOM structure across languages
-
Making sure
hidden-titleexists and is filled for every locale -
Trying another method without using
display: nonebut using a CSS utility classvisually-hiddenwith these elements :<style> .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; } </style> -
Testing different operators (
contains,equal) -
Increasing
fs-list-fuzzy -
Verifying that filters and list are not duplicated per language
My question :
-
A known limitation of fs-list with Webflow Localization?
-
Or is there a recommended approach to make search + pagination work reliably in multilingual setups, especially with accent normalization?
Any guidance, workaround, or confirmation would be super helpful ![]()
Thanks a lot for your time and for the amazing tools!
Site URL
- URL in english (where it works): * The footprint
- URL in french (for example and where it doesn’t work): * L’empreinte
Steps to Reproduce :
- In the english version, try typing “José”, “josé”, “jose” or any other word containing accents in some articles’ titles, and it works.
- Then go to the french version, type the same thing, you’ll have the correct article filtered. Then try the same words without accents and… nothing happens.. only no results.
Screenshots :
-
French version (or any other, where it doesn’t work) :
