QuerySearch Expanders 2.6.0
· One min read
Meta-model
Though still under development and prone to changes, this version introduces a very large structural change in the meta-model for QuerySearch, which may affect other expansion resources and early adopters.
The QuerySearch element now has DataElement as its parent element, rather than Component like it did before. This is the correct intended structure for the model, which was previously not possible due to technical limitations. What this affects:
- Expansion resources:
QuerySearch.componentfield no longer exists and is now only accessible asQuerySearch.dataElement.component.QuerySearchinstances are now registered inDataElement.extensions[]instead ofComponent.extensions[].
- Application projects:
QuerySearchmodel xml files have moved from<componentRoot>/model/querySearchsto<componentRoot>/model/dataElements/<dataElement>/querySearchs.- The
QuerySearchmodel files should no longer contain aDataRefto the parentDataElement.
