-
Notifications
You must be signed in to change notification settings - Fork 13
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
More clear documentation about the use of relative filter patterns on bcdc_promise class #355
Comments
Thanks @paulinamarczak - it would be good to update the documentation around partial string matching. If you're interested in contributing to that documentation, a pull request would be welcome! For completeness, we have discussed this issue previously here: #227 |
I would contribute but I'm not that fluent in bcdata package (just started using today) and the extent of the issue, and what pages would all need to be updated. Hopefully seeing my solution to this issue helps someone though! |
Would it be sufficient to add the example below to the
Also, the use of
|
Yes please @bevingtona that would be awesome! |
@paulinamarczak adding some text and an example in the Querying Spatial Data with bcdata vignette would be a great (first) contribution to |
hi Stephanie. I will try to add to the vignette during some downtime (put it on my task board). Thank you for your helpful directions. |
I was getting an odd "cannot connect to wfs" error when I made a query that included a grepl filter statement.
It seems that bcdata does not accept grepl
The only cryptic error message that is returned if using the line with grepl is:
"Error: There was an issue sending this WFS request".
When i tried troubleshooting using str_starts(), I finally got an error message that helped me decode what I was doing wrong,
"Only fixed patterns are supported on database backends.".
Could you update the documentation to explain these constraints for filter types accepted for bcdc _promise class?
The text was updated successfully, but these errors were encountered: