This PR fixes an issue where filters would be applied by default on the Practices module, making the total count of practices different from the one shown on the homepage.
The query to fetch the practices filter them by main intervention: practice_intervention = Management OR practice_intervention = Land Use Change. This excludes practices for which there is no main intervention.
Expected result
The query to fetch the practices does not filter by main intervention, which means that practices without one are shown by default.
This PR fixes an issue where filters would be applied by default on the Practices module, making the total count of practices different from the one shown on the homepage.
This PR complements https://github.com/Orcasa-Platform/orcasa/pull/288 after which the main test case was still not passing.
Testing instructions
Steps to reproduce
Result
The query to fetch the practices filter them by main intervention: practice_intervention = Management OR practice_intervention = Land Use Change. This excludes practices for which there is no main intervention.
Expected result
The query to fetch the practices does not filter by main intervention, which means that practices without one are shown by default.
Tracking
ORC-628