Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a maxlength attribute option and default for SearchBox component #8190

Conversation

michaelchadwick
Copy link
Contributor

Fixes ilios/ilios#3635

Added a @maxlength property to the <SearchBox> component and made the default 6000. This fixes any and all instances I found that have some 6000+ upper limit that makes the API return with a 414.

@michaelchadwick michaelchadwick marked this pull request as ready for review October 17, 2024 22:10
Copy link
Member

@stopfstedt stopfstedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stopfstedt stopfstedt added the run ui tests Run the expensive UI tests label Oct 18, 2024
@dartajax dartajax merged commit 6b77ceb into ilios:master Oct 25, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run ui tests Run the expensive UI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Truncate Excessively Long Query Strings in LM Search / Lookup
3 participants