SEARCH API: Is there a way to use join in filters parameter?

Hi gyus,

in our project we need to search in two different document types in index. Solr has a nice solution for this - join.

We can successfully run filter like this in solr:

../solr/telligent-content/select?fq={!join%20from=ourId%20to=id}(type:anytype) 

 

But we get an 500 error with the message: "We apologize, but an unknown error has occurred during search. Please try your search again.", when we put this filter {!join from=ourId to=id}(type::anytype)  in Filters parameter in search api call.

Any suggestion, how to use join in filters?

Thank you in advance!

Best regards,

Ecaterina

 

Parents Reply Children
No Data