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

Allow lookup() to do partial matching #1

Open
labouz opened this issue Feb 17, 2021 · 3 comments
Open

Allow lookup() to do partial matching #1

labouz opened this issue Feb 17, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@labouz
Copy link
Contributor

labouz commented Feb 17, 2021

Partial matching should allow the user to input:

  1. beginning matches
    • "bup" matches to buprenorphine
  2. plural
    • percocets should match to percocet
  3. "sleeping" matches to sleeping pills
@labouz labouz added the enhancement New feature or request label Feb 17, 2021
@labouz

This comment has been minimized.

@RaymondBalise RaymondBalise changed the title lookup() partial matching Allow lookup() to do partial matching Mar 8, 2021
@RaymondBalise
Copy link
Contributor

The first two points can likely be done with a text processing package. The 3rd will require special case code.

@RaymondBalise
Copy link
Contributor

dope does not currently parse molly's

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

4 participants