major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
Lucene has the following issues with internationalized attributes:
- ResKey-valued attributes (e.g., internationalized texts) are indexed in only one language.
- For I18NStructuredText, the technical toString() method is indexed (PersistentObjectImpl.appendValueText(Wrapper, StringBuffer, Object))
Improvement
- See tl:FullTextSearchable
Code Migration
This migration is only necessary if explicit getFullText() overrides have been made in business objects.
- Replace overrides of StringBuffer Wrapper.getFullText() with void generateFullText(FullTextBuffer buffer).
- StringBuffer Wrapper.getShortText() and int Wrapper.getEstimatedFullTextLength() have been removed.
Test
- Search for a value in an I18N structured text attribute in the full text.