-
Notifications
You must be signed in to change notification settings - Fork 6
Update for MeSH Autocomplete #167
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
Conversation
For esmero/ami#185, to complement esmero/ami#186 Update logic for processing MeSH queries: - for count > 0 (instead of 1) - make use of array_unshift to better sort and select results that more closely match original query Coded live by @DiegoPino and shared with @alliomeria for local testing. Thank you @DiegoPino!
| 'label' => $entry['label'], | ||
| ]; | ||
| } | ||
| $input_encoded = rawurlencode($input); |
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.
@alliomeria bit like the last one, could you in this case restore the indentation? Basically move everything right ?
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.
How's this now @DiegoPino ?
Spacing adjustments
Little more
DiegoPino
left a comment
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.
Amazing! thanks so much
|
Thank you for your review & feedback @DiegoPino ! |
For esmero/ami#185, to complement esmero/ami#186
Update logic for processing MeSH queries:
Coded live by @DiegoPino and shared with @alliomeria for local testing. Thank you @DiegoPino!