-
Notifications
You must be signed in to change notification settings - Fork 189
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
Author autocomplete (front-end) #3414
Conversation
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.
Can't wait to get this feature in. I left some comments, let me know if you need help with React, I'll be happy to push some changes to this PR.
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.
lgtm
@rclee91 Some CSS issues, can be fixed in a follow-up issue. |
I think this PR caused the following : I opened a new issue about this: |
Issue This PR Addresses
fixes #3226
fixes #1260
Type of Change
Implement author autocomplete on the search bar
Description
Steps to test the PR
Please note
It won't work on staging since
Parser
on staging is messing up with the autocomplete index and the results.However, testing on
cp config/env.staging .env
on this implementation won't break search. The autocomplete suggestions simply won't show up.I did the best I could with styles, but I think getting the implementation in for this PR is more important.
If anyone more experienced with styling would like to tackle this as another issue, it would be much appreciated.