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

contains should be inside filter in cheat sheet! #100

Open
micahjohnson150 opened this issue Aug 17, 2024 · 0 comments
Open

contains should be inside filter in cheat sheet! #100

micahjohnson150 opened this issue Aug 17, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@micahjohnson150
Copy link
Member

Describe the bug
Just a typo in the documentations cheat sheet. In the graupel example of contains in the cheat sheet, contains is chained on the end of a filter which errors out.

To Reproduce

Currently is

qry.filter(LayerData.comments).contains('graupel'))

Should be

qry.filter(LayerData.comments.contains('graupel'))
@micahjohnson150 micahjohnson150 added bug Something isn't working documentation Improvements or additions to documentation labels Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant