Tell us what you are trying to do?
Can I use search box in view to search post related info? For instance, I have property and owner information connected in many-to-many relationship. Can I search on property listing for owner information and that I get a list of properties as outcome?
is this true for archives too? I have two CPTs ("car models" / "car accessories") linked with a many-to-many relationship (by an Intermediary post type): can I search the "accessories" CPT archives by the "car models" fields?
if this is not possibile with an Intermediary post type is it possibile linking the two CPTs directly?
...finally, if is it not possible to query a CPT by the fields of a different related post (linked by a many-to-many) relationship, how can I take advantage of the possibility of build a many-to-many relationship between different CPTs?
Thanks