Closed ffray closed 6 years ago
Hi, yes this is possible. Just use a dot as a delimiter and it should be handled by all the existing visitors.
new YourQueryModel().string("address.street").eq("Main St");
You can create an AddressQueryModel and a PersonQueryModel too and add a method to your PersonQueryModel that proxies AddressQueryModel and modifies the paths to include the "address." prefix.
Hi,
I've got a Domain Model using some nested structures and would like to create a QBuilder for this.
I'd like to generate such an RSQL for this structure: 'name==John Doe;address.street==Main St;address.city==Anytown'
Could you give me some guidance if this is possible?
Best regards,
Florian