Search on multiple fields using term

I have built one query structure with term which search on multiple fields:
[body] => Array
(
[query] => Array
(
[bool] => Array
(
[must] => Array
(
[terms] => Array
(
[skill] => Array
(
[0] => php
[1] => python
)

                                        [location] => Array
                                            (
                                                [0] => kolkata
                                            )

                                    )

                            )

                    )

            )

    )

But its not working. Please help to sort it out

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.