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

Remove leading and trailing whitespace from filters #1668

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

richardpattinson
Copy link
Contributor

On the teachers page in the assessors section there are various text boxes used to filter teachers down to the one we want. Currently any leading or trailing whitespace will cause a teacher not to match. I.e “James Franco “ =/= “James Franco”. We should trim the input leading or trailing whitespace before applying the filter so that it works more intuitively.

@richardpattinson richardpattinson requested a review from a team as a code owner September 8, 2023 09:28
@richardpattinson richardpattinson force-pushed the 2241-trim-whitespace-from-filters branch from 7df5a33 to 1e9de14 Compare September 13, 2023 13:08
@richardpattinson richardpattinson merged commit c150561 into main Sep 14, 2023
12 checks passed
@richardpattinson richardpattinson deleted the 2241-trim-whitespace-from-filters branch September 14, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants