openjusticeok / ojodb

OJO's R package for opening the black box of our justice system
https://openjusticeok.github.io/ojodb/
GNU General Public License v3.0
5 stars 3 forks source link

Let ojo_search_minutes() use search strings that include spaces #91

Closed andrewjbe closed 1 year ago

andrewjbe commented 1 year ago

Currently, running ojo_search_minutes("failure to appear") will return an error, while ojo_search_minutes("'failure to appear'") (one extra set of quotes) will run. We should make it so you don't need to wrap the argument in quotes twice to use a search string with a space in it.