Filter options defined by the schema are not read by their filters, so PhiSQL emits them and the engine ignores them. ### Acceptance Criteria - [ ] `emailAddress`: `onlyStrictMatches`, `onlyValidTLDs`. - [ ] `ibanCode`: `onlyValidIBANCodes`. - [ ] `trackingNumber`: `ups`, `fedex`, `usps`, `allowSpaces`. - [ ] `url`: `requireHttpWwwPrefix`. - [ ] `zipCode`: `requireDelimiter`, `validate`. - [ ] `date`: `onlyValidDates`. - [ ] `dictionaries`: `files`, `fuzzy`, `sensitivity`, `capitalized`. - [ ] `phEyeConfiguration`: `maxIdleConnections`, `removePunctuation`.
Filter options defined by the schema are not read by their filters, so PhiSQL emits them and the engine ignores them.
Acceptance Criteria
emailAddress:onlyStrictMatches,onlyValidTLDs.ibanCode:onlyValidIBANCodes.trackingNumber:ups,fedex,usps,allowSpaces.url:requireHttpWwwPrefix.zipCode:requireDelimiter,validate.date:onlyValidDates.dictionaries:files,fuzzy,sensitivity,capitalized.phEyeConfiguration:maxIdleConnections,removePunctuation.