I tried text contains "something" and maxLength<20
, but got also a lot of strings that are longer than 20 characters.
Hello @Passiday,
Considering that maxLength is a property of the string, and doesn’t contain the length of the string itself.
Currently, there’s no option to search strings by the length specifically, but we’ll consider adding that in the future. Thank you for bringing this to our attention!
Diana, if I have opportunity to mention here what would be incredibly useful, I’d really like to mention pattern matching operator, similar to SQL like. That would let me to look up a source text that “Starts with this%and ends with this”
Is there any way how to be alerted should some new features in CroQL appear? This querying approach is really a life saver for me, because I am using it to weed out random bugs (mistranslations or missing translations) that I’d encounter in a live, complex site (KhanAcademy.org). Looking the strings up by text/context/translation is way faster then trying to find the right asset/file where it is located.
Hi @Passiday!
Thank you for sharing your thoughts on the pattern matching operator for CroQL. Your feedback is valuable, and I’ll be sure to pass your suggestion to our development team for consideration.
Regarding updates on new features, the best way to stay informed is to keep an eye on our documentation and announcements. The documentation will be updated with new examples soon, and you can find it here: Crowdin Query Language (CroQL) | Crowdin Developer Portal. Additionally, we’re excited about the upcoming AI-powered CroQL generator, which should further enhance your experience.
Please let me know if you have any other questions or suggestions!