Introduce a character limit before sending query
What does this MR do and why?
Introduce a character limit before sending the search query.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
- Enable the feature flag:
echo 'Feature.enable(:group_level_dependencies_filtering_by_component)' | rails c
- Go to a group-level dependencies list page (Secure > Dependency list)
- Search with the component filter
Related to #497530 (closed)