Datasource to find markdown fields with content?
This is an open discussion with 3 replies, filed under General.
Search
I'm thinking you could filter that field with a regular expression (regexp:
), checking for one or more characters.
yep indeed usually I use a regexp: .*
filter on the field I'd like to have content. That would match anything where the markdown field in your case has content.
Awesome! That worked perfectly. Thanks guys.
Create an account or sign in to comment.
Hi,
I have a markdown field as part of a section and would like to create a datasource that gives me all of the entries that have content in the markdown field. Is this possible through the admin interface or would I have to write a custom datasource?
Thanks.