Major
Nice to have
Bugfix
Major
Enhancement
(User-visible)
Search expressions can be used in many places in the system to replace cumbersome Java code with small expressions. If you want to code user feedback (e.g. #23057) into a search expression, you must also be able to generate translations in search expressions.
Application
- #'my.resource.key' A ResKey literal.
- #('Hello world!'@de, ' Hello world!'@en) The literal resource "Hello world!" which can also be rendered in English.
- #('The value "{0}" is too large.'@en).fill($x.get(...)) A message with dynamic argument.
Test
- test.com.top_logic.model.search.expr.TestSearchExpression.testResKey()