Add .(field like something) to docs

This commit is contained in:
NGnius (Graham) 2022-01-26 15:57:48 -05:00
parent 4bc1d135aa
commit 1af24ba899
3 changed files with 5 additions and 0 deletions

View file

@ -48,6 +48,8 @@ E.g. `files(folder="~/Music/", recursive=true).(title == "Romantic Traffic");` i
#### field == something
#### field like something
#### field != something
#### field >= something

View file

@ -46,6 +46,8 @@
//!
//! ### field == something
//!
//! ### field like something
//!
//! ### field != something
//!
//! ### field >= something

View file

@ -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