Fire Arrow 2.2.4
· One min read
Fire Arrow 2.2.4 has been released.
- (bugfix) Fix intersect search filter
This release resolves an issue with adding search filter with intersect option. Previously, when the search parameter included a list of conditions, for example: organization': '1,2,3,4,5, the intersect filter incorrectly converted OR logic into AND logic. Instead of searching for organization=1,2,3,4,5 as a group, the query was split into organization=1&organization=2&organization=3 etc. As a result, no records were returned because none could satisfy all these conditions at once. The update restores correct behavior, ensuring that searches with multiple values function as expected.