strongduanmu opened a new issue, #22098: URL: https://github.com/apache/shardingsphere/issues/22098
## Feature Request ### Is your feature request related to a problem? No. ### Describe the feature you would like. After we basically completed #20435, we need to refactor the encrypt like feature as follows according to the code review. - [ ] rename fuzzy to like——before 5.2.2 release, high priority - [ ] consider extracting assistedQueryColumn, fuzzyQueryColumn, assistedQueryEncryptorName, and fuzzyQueryEncryptorName into objects, which can be implemented through SPI——long-term task, low priority - [ ] move algorithm chinese dictionary configuration to file——before 5.2.2 release, high priority - [ ] extract different interfaces for different algorithms, such as encryption algorithm interface, encryption like interface - [ ] adjust a simple if judgment to a ternary operator - [ ] merge EncryptEqualCondition, EncryptInCondition and EncryptLikeCondition - [ ] move EncryptRuleAware to rewrite package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
