Open Issues Need Help
View All on GitHubAI Summary: Modify the FilteredTable React component to conditionally hide the search box if the `searchCategories` prop is not provided or is empty. This is a minor improvement to enhance the component's flexibility and usability, allowing it to function correctly even without search categories.
AI Summary: Enhance the FilteredTable component to allow configurable search result grouping (union or intersection) for both text and fixed searches. This involves adding `singleSearch` and `isUnion` props to control search behavior per key, potentially modifying the UI for fixed searches from checkboxes to a dropdown for single selections when `singleSearch` is enabled. The goal is to improve user experience and flexibility in handling search results, particularly for fixed searches where the current intersection logic is problematic.