Ryan
Results
2
comments of
Ryan
This isn't currently possible due to how the data is stored. I'll investigate if this is possible.
This is now possible in [3.0.0-beta.1](https://github.com/rynpsc/craft-phone-number/releases/tag/3.0.0-beta.1) (requires Craft 5). ```twig {% set entries = craft.entries() .phone({ region: ['GB'] }) .all() %} ``` [See the readme full for details](https://github.com/rynpsc/craft-phone-number/tree/3.0.0-beta.1?tab=readme-ov-file#querying-elements-with-phone-number-fields). Due to...