-
Notifications
You must be signed in to change notification settings - Fork 5
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
[WIP] Filterx docs #69
Conversation
f191d34
to
200f4a9
Compare
Co-authored-by: Máté Őry <[email protected]>
Co-authored-by: Máté Őry <[email protected]>
Co-authored-by: Máté Őry <[email protected]>
Co-authored-by: Máté Őry <[email protected]>
| Numerical or string operator | String operator | Meaning | | ||
| ------------------ | --------------- | --------------------- | | ||
| == | eq | Equals | | ||
| != | ne | Not equal to | | ||
| > | gt | Greater than | | ||
| < | lt | Less than | | ||
| >= | ge | Greater than or equal | | ||
| =< | le | Less than or equal | | ||
| === | | Equals and has the same type | | ||
| !== | | Not equal to or has different type | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The string operators are introduced here, and I don't know if it is understandable for the reader just by this name. I think it is worth a smaller section.
|
||
If the object doesn't exist, `istype()` returns with an error, causing the filterx statement to become false, and logs an error message to the `internal()` source of {{< product >}}. | ||
|
||
## json, json_object {#json} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## json, json_object {#json} | |
## json {#json} |
Done with my first full review round :) Looks really good so far, good job! |
No description provided.