Support modifier for value search and allow ability to select matching criteria for multi value field
- Removed name from rule for now
- Value modifier to search with are ignore-case, case-sensitive, fuzzy-search, sounds-like
- Multi value matching criteria are one-of, equal
- Migrate RecordDeDup config for module, by adding upgrade fix for module.config.recordDeDup to migrate as per to the latest DeDupRule struct.
We removed handle requirement for all resource like namespace(slug), module, user, page, chart.
Due to that namespace import/export was broken as we were using handle as reference, hence fixed it by replacing handle usage with ID of resource.
It also fixes index of template table for handle column.