Describe the feature and the current behavior/state.
It appears the built-in list filtering provided when using the Raycast List UI component is not doing fuzzy search over the terms set in the keywords prop.
For instance with the following values: ["foo bar"], the entry will be included if I type "foo" but not "bar".
Please note, the search is properly doing a fuzzy search over the title property
Let me know if this is intended, or a bug, or I am missing something.
Will this change the current api? How?
No
Who will benefit with this feature?
Every extension using the List component