-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
area: ui/collectiontype: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality
Description
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.
Metadata
Metadata
Assignees
Labels
area: ui/collectiontype: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality