We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found that view_filters supports pattern, but filter does not. Can filter also support pattern? ex:
collections: - name: 'blog' label: 'Blog' folder: 'content/blog' ... filter: field: 'body' pattern: '\S+' fields: ... view_filters: - label: 'Post date' field: 'date' pattern: '\S+'
When I use the pattern in view_filters, it works, but it doesn't work in the filter.
The text was updated successfully, but these errors were encountered:
Allow entry filter to use regex pattern
9ef3fe1
decaporg/decap-cms#7347
No branches or pull requests
I found that view_filters supports pattern, but filter does not. Can filter also support pattern?
ex:
When I use the pattern in view_filters, it works, but it doesn't work in the filter.
The text was updated successfully, but these errors were encountered: