Currently, when you use finsweet attribute search (filter) method. If you search for one word it works appropriately. But if you want to search multiple words, they have to be searched in the exact order as in the cms.
For example: if the cms is “sweet green apple”. I can search for: “sweet green”, “green apple”, etc BUT not “green sweet”, “apple sweet”, etc.
Additionally, If I want to search (filter) for all the “apple” and “orange” in cms with only the finsweet attribute search (filter) method. If I type “apple orange” in the search bar - It will only return all cms that are “apple orange” NOT all that are “apple”, “orange”, “apple orange” and “orange apple”.
tldr: Finsweet Search (filter) Method that searches a string of words Independently.
The FS soution is not a search engine, rather just a text filtering solution based on JS. Maybe you should look at an actual search tool that can be integrated to WF or a API that includes GraphQL. I have use Algolia with great succes in the past. Even Webflow has to use a third party search tool. See integrations in the WFU. Integrations | Search | Webflow University