Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api.py): update filter logic to apply filters as OR operation
Refactor filter application to allow combining multiple filters using an OR operation. This change ensures that classes meeting any of the filter criteria are included. Additionally, remove duplicates and sort the resulting classes by start time and name for consistent output.
- Loading branch information