-
Notifications
You must be signed in to change notification settings - Fork 2
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
#1731 Bugfix: Exercise search #1732
Conversation
Visit the preview URL for this PR (updated for commit 6e5cd86): https://jac-admin-develop--pr1732-bugfix-1731-exercise-ak2rapau.web.app (expires Sat, 12 Nov 2022 09:26:48 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -199,11 +195,6 @@ export default { | |||
this.$store.dispatch('exerciseCollection/storeItems', { items: this.selectedItems }); | |||
this.$router.push({ name: 'exercises-export' }); | |||
}, | |||
exerciseSearch(searchTerm) { | |||
return new Promise(resolve => { | |||
resolve([searchTerm, searchTerm.toLowerCase(), searchTerm.toUpperCase()]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
^
What's included?
Fixes exercise search
Who should test?
✅ Product owner
✅ Developers
✅ UTG
How to test?
Log in to admin, go to exercises list and search for an exercise.
Note the search is currently case sensitive and a "starts with" style search.
e.g. a search for "IA Test" will match the following:
but not the following:
Risk - how likely is this to impact other areas?
🟢 No risk - this is a self-contained piece of work
PREVIEW:DEVELOP
can be OFF, DEVELOP or STAGING