I use Yandex map api -> ObjectManager. There was a question about filtering tags with several filters.

Put 4 filters on the map following the example from the sandbox. Each filter works as it should, only there is no connection between them. Those. if you filter one by one, and then another filter, the result of the second one overwrites the filtering of the first.

How to make the filters work together?

    1 answer 1

    Filters can be combined through logical conditions, here is an example in the documentation.

    objectManager.setFilter('properties.type == "кафе" || properties.type == "аптека"');