You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows typing Mehra B and bypassing Nouroz to get to the data results so you can type the name wither with or without the middle name.
This should be possible by modfiying the addProfessor function in generateAutocompleteGraph.ts to split the first name by spaces and process each name.
Version
Beta 0.1.0
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What did you expect to happen?
Typing Mehra Borazjany into Trends should pull up the correct professor but as soon as you type the B, the option goes away.
What happened?
Mehra Borazjany's full name is Mehra Nouroz Borazjany and is added to the autocomplete graph from the below data:
So the graph builds like so:
When it should build like so:
This allows typing Mehra B and bypassing Nouroz to get to the data results so you can type the name wither with or without the middle name.
This should be possible by modfiying the
addProfessor
function ingenerateAutocompleteGraph.ts
to split the first name by spaces and process each name.Version
Beta 0.1.0
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: