fix(metadata): encode multi-word Scopus queries#5
Conversation
Encode main and special Scopus query terms after converting spaces to AND for multi-word keyword handling.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Hi @WilmerGaspar, thanks for working on the issue! I recommend a modification to ensure multi-word
Could you extend the PR to cover these cases too, so the fix handles the entire space handling, not just the Scopus search? |
This PR improves Scopus metadata URL construction for multi-word query terms.
Changes:
queryandspecial_queryusingurllib.parse.quote.ANDbefore URL encoding to make multi-word searches more explicit.Testing:
Related issue: