...
The Power Search Bar is an indispensable tool that enables users to locate source text and translations through the application of regular expressions and wildcards. While this feature offers a robust and flexible search experience, it's crucial to be aware that not all operators are supported. Refer to this documentation for a list of supported operators and examples of their usage.
Regular Expressions (Regex)
...
Code Block |
---|
translation* will match 'translation', 'translations', 'translation-based' etc. |
Starting patterns with * may impact search performance. If the search takes too long, consider alternative approaches.“Phrase match” is unticked then the editor will prefix and suffix your typed text with “*”. Example: You type “hello”, the search to ElasticSearch will be “*hello*” Info