-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature/search-feature #154
Feature/search-feature #154
Conversation
This is awesome! One thing: could you make it so that the search feature is case insensitive (i.e. 'Robot' matches with 'robot', 'ROBOT', 'rObot', etc)? |
Unfortunately, there's 2 problems with this current implementation:
Therefore, I propose merging this PR for now, and opening 2 tasks for the following: |
Bah, unfortunate. I'll open the two issues you have just mentioned and merge the request. Thanks!Resolves #154 |
What does this PR do?
Adds the search feature for the Robots page and the Parts page, including necessary frontend and backend changes.
What issues does this PR fix or reference?
Search Feature