...
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