Add .(field like something) to docs
This commit is contained in:
parent
4bc1d135aa
commit
1af24ba899
3 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,8 @@ E.g. `files(folder="~/Music/", recursive=true).(title == "Romantic Traffic");` i
|
|||
|
||||
#### field == something
|
||||
|
||||
#### field like something
|
||||
|
||||
#### field != something
|
||||
|
||||
#### field >= something
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
//!
|
||||
//! ### field == something
|
||||
//!
|
||||
//! ### field like something
|
||||
//!
|
||||
//! ### field != something
|
||||
//!
|
||||
//! ### field >= something
|
||||
|
|
|
@ -38,6 +38,7 @@ pub const FILTERS: &str =
|
|||
Operations to reduce the items in an iterable: iterable.(filter)
|
||||
|
||||
field == something
|
||||
field like something
|
||||
field != something
|
||||
field >= something
|
||||
field > something
|
||||
|
|
Loading…
Reference in a new issue