Hello!
I am playing around with the CMS filter.
I have 3k pages in a collection with some fields that contain arrays as comma separated strings (some are very long).
I cannot use a multi-reference field because it would largely exceed the webflow CMS item limit.
For example, it could be:
- countries_raw = “France, Germany, Italy”
- projects_raw = “raising funds, financing machines, hiring staff”
Minimum viable solution
Progress
A multi-select checkbox that is populated using another collection.
When the user selects a word, it would filter the list according to the field in the list.
If the option selected is contained in the field among other options, it should still match. i.e. The option selected should act as a keyword search and show results.
My project
Filtering works but only if the result only contains one choice, it’s not parsing the comma separated string. Here are the links:
Comfortable solution
A better solution for me would be if the options of the multi-select field where populated from the list, and not from another collection.
Ultimate solution
The very best solution would be an autocomplete field that would generate choices based on the concatenation of all comma separated values.
Thank you very much for your help!
Cheers,
Joachim