Skip to content

Fix error when filter value not found in items set

Compare
Choose a tag to compare
@cigolpl cigolpl released this 14 Sep 15:59
· 14 commits to master since this release

Enhancement:

Flexible Filtering: The library now gracefully handles non-existing filter values thanks to PR #130 .
Scenario: If you have default filter categories like "comedy", "drama", or "thriller", but the data only contains "comedy" and "drama", the system won't crash. Instead, it adapts to the available items.
Technical Detail: Introduced a fallback to an empty FastBitset to ensure stability.