-
Notifications
You must be signed in to change notification settings - Fork 2
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
OR
statement not working in galah_filter()
#169
Comments
Looking in detail here, it appears that
I'll look at the parsing logic now |
mjwestgate
added a commit
that referenced
this issue
Apr 28, 2023
Currently incomplete, but re-architected, version of `filter` to rely less on strings and more on `rlang`. Solves problems with incorrect parsing of OR statements (#154 & #169). Output same format as previously, but much faster. New method is currently only available via `filter`, not `galah_filter`.
daxkellie
added a commit
that referenced
this issue
Jun 15, 2023
* `galah_filter()` didn't build the second half of `OR` statements correctly * Added `rlang::expr_text()` to handle expr parsing * `galah_filter()` did not support queries with blanks (e.g. eventDate == "") * Code readded from older version to handle queries with blanks * Fixes parsing of `is.na`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
galah_filter()
does not return the second half of anOR
statement in a queryCreated on 2022-11-03 with reprex v2.0.2
/cc @mjwestgate
The text was updated successfully, but these errors were encountered: