Skip to content
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

refine search queries with 2(+) words #2

Open
bblodfon opened this issue Jun 25, 2020 · 0 comments
Open

refine search queries with 2(+) words #2

bblodfon opened this issue Jun 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bblodfon
Copy link
Member

bblodfon commented Jun 25, 2020

UniProt API has already implemented a sort=score which helps a lot with searching words (1 simple word), e.g. akt1.
We currently use that for our search queries.
Searching for akt1 mou (mou for mouse) does not bring back though the expected results:
https://www.uniprot.org/uniprot/?query=akt1+mou&sort=score

I propose the use of the asterisk in those cases:
https://www.uniprot.org/uniprot/?query=akt1+mou*&sort=score

To be implemented as a constructor option asteriskSearch (default TRUE I guess), if curators really ask for this.

@bblodfon bblodfon added the enhancement New feature or request label Jun 25, 2020
@bblodfon bblodfon changed the title refine search queries with 2+ words refine search queries with 2(+) words Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant