unchained
unchained copied to clipboard
Convert tags to lower case
Closes #437
- Added custom LocaleCaseString scalar that does the conversion on GraphQL API level
- Convert tags to lower case for all entities in bulk import
- Added migration for all collections tag fields that convert them to lowercase.
while working on this, I noticed a minor issue with findFilters typing so I have fixed that too