You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way in Sveltia CMS, unlike Decap/Netlify CMS, all fields are saved even if optional, so the filter may not work as expected. It will be useful once the new output.omit_empty_optional_fields option is added in #241. Anyway I’m going to implement this.
The filter accepts an array, so you’ll be able to write filter: { field: field, value: [null, ''] } to match both an empty or undefined field.
Hi!
Thank you for making a better version of Decap.
May I suggest you to make
filter
parameter of folders to acceptnull
, so we can filter for entries without a specific field?Thank you!
The text was updated successfully, but these errors were encountered: