Closed jfilby closed 13 years ago
I have a model with a @ManyToOne property. Will it's contents be indexed? If so, how would I search against its fields?
Thanks Jason
It gets flattened so if you have model Company with property Address you would search like "address.street", assuming street is a property of Address.
I have a model with a @ManyToOne property. Will it's contents be indexed? If so, how would I search against its fields?
Thanks Jason