chiyadev / genshin-schedule

🕑 Genshin farming scheduler
https://genshin.chiya.dev
MIT License
72 stars 17 forks source link

Implement 'useFilteredTasks' to fix search function #44

Closed lauslim12 closed 3 years ago

lauslim12 commented 3 years ago

Problem

Issue #42.

Fix

At first, the tasks were not filtered. Now, this PR made it so that the tasks will be filtered before being processed, resulting in a working functionality. More details at #42.

Results

Exact same like the pictures at #42.

Closing

Thank you!

Resolves #42