I have a module which contains 4 section list view as Id, Name, Dept, and Age. In my UI if I select multiple names from "Name" Section and I also selecting Multiple dept values from "Dept" section all this field should generate a query to hit Solr API and returns response. I tried some example not working
here my sample Query which I have tried so far :
the above query to find only one value search but I want multiple values and also different Field value data should pass to the Solr query.