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
Currently when we search on OpenAlex by title (enrich.py), we remove the following characters: """()[]{}'@#:;"%&`’,.?!/\^®"""
Some initial testing showed that removing the ' results in not finding a paper.
I assume OpenAlex made some improvements to the search and what it crashes on or not, so we can also update the list of special tokens to remove.
The text was updated successfully, but these errors were encountered:
I assume OpenAlex made some improvements to the search and what it crashes on or not, so we can also update the list of special tokens to remove.
Fingers crossed. That would be great and result in much better searches. HTML stripping should also be checked, as this replacement query doesn't seem to handle that.
Currently when we search on OpenAlex by title (enrich.py), we remove the following characters: """()[]{}'@#:;"%&`’,.?!/\^®"""
Some initial testing showed that removing the ' results in not finding a paper.
I assume OpenAlex made some improvements to the search and what it crashes on or not, so we can also update the list of special tokens to remove.
The text was updated successfully, but these errors were encountered: