Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Add missing metafield filters #550

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Add missing metafield filters #550

merged 1 commit into from
Feb 14, 2022

Conversation

charlespwd
Copy link
Contributor

@charlespwd charlespwd commented Feb 8, 2022

Fixes #543

@charlespwd charlespwd force-pushed the fix/543-metafield-filters branch from 9340ab8 to 90e88b7 Compare February 8, 2022 16:10
@charlespwd charlespwd changed the title fix/543 metafield filters Add missing metafield filters Feb 8, 2022
Filter list updated by running the following in a SFR console

```
filters = Liquid::StrainerFactory.send(:global_filters).each_with_object({}) { |group, acc| acc[group.to_s] = group.instance_methods.map(&:to_s) }`
Pathname('filters.yml').write(YAML.dump(filters))
```

Fixes #543
@charlespwd charlespwd force-pushed the fix/543-metafield-filters branch from 90e88b7 to 9451a2e Compare February 8, 2022 16:13
@charlespwd charlespwd merged commit 632f29c into main Feb 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metafield filters are marked as unknown filter
1 participant