-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bug: hyphenated phrases cause weird search behaviors #203
Comments
In this case the feature for query operators on this endpoint does not exist. The documentation is going to be updated by end of today. Thank you! |
@cfiorelli iiuc you only updated the docs - but didnt change behavior. |
investigating over DM - broken out to 2 distinct issues
|
yes point 2 is the main one i was actually aiming to imagine a user a looking for a paper that is titled: "AI2: the Seattle-based company..". now as a user they might try to search for thanks a lot for reopening this! |
Describe the Bug
According to the docs of the
paper/search
public API:Hyphenated query terms yield no matches (replace it with space to find matches)
see here.But i don't see any difference in matching results when i do replace the hyphen with a space..
To Reproduce
Expected Behavior
when i replace the hyphen with a space i expect to get more accurate and thus less results
Actual Behavior
when i replace the hyphen with a space i get the same amount of overflowing results as if the hyphen was there.
Environment Details
Platform: Linux
The text was updated successfully, but these errors were encountered: