Carl Johan Hederoth
Carl Johan Hederoth
Domain class: ``` class Customer { static searchable = true static embedded = ['address'] String name Address address static constraints = { } } ``` Embedded class (src/groovy) ``` class...
Couldn't get 'root false' to work. Digging into source I could see that the dependent mapping (the embedded class) is not injected into the SearchableClassPropertyMapping since it does not exists....
@motleycrew Nope. Moved some properties into domain in combination with using a mysql river instead.
Seeing the same here on 6.0.1 Probably related: https://github.com/dotnet/runtime/issues/62333 (Azure Pipeline always references with absolute path)