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 ojo_search_minutes to search by code OR by description #90

Open
andrewjbe opened this issue Dec 8, 2022 · 2 comments
Open

Allow ojo_search_minutes to search by code OR by description #90

andrewjbe opened this issue Dec 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@andrewjbe
Copy link
Collaborator

Right now it only searches the minute descriptions; it would be handy to be able to do something like ojo_search_minutes("FTA") and get minutes with "FTA" in their minute code

Copy link
Member

Great idea! I'm thinking this would be functionality we could wrap up in an ojo_minutes function, which would be a helper similar to ojo_crim_cases.

I could see usage being something like:

test <- ojo_minutes(code = "FTA", description = "<insert full text description query>")

Copy link
Member

brancengregory commented Dec 8, 2022

Related:

I'd also like an ojo_list_minute_codes function

This would fit in with the other ojo_list_ functions

@brancengregory brancengregory added the enhancement New feature or request label Sep 1, 2023
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

2 participants