Prevent search for when under 3 characters
Compare changes
Follow-up to !100433 (comment 1138668413). For performance reasons the search does not return any results under 3 characters. This MR updates the search input so that it doesn't call the API under 3 characters.
Before | After |
---|---|
Screen_Recording_2022-10-24_at_1.40.25_PM | Screen_Recording_2022-10-24_at_12.33.32_PM |
group_overview_tabs_vue
feature flag
bin/rails console
Feature.enable(:group_overview_tabs_vue)
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.