[][src]Macro avocado::flt_or

macro_rules! flt_or {
    ($($query:expr),*) => { ... };
    ($($query:expr,)*) => { ... };
}

The same as flt_and! but it creates an $or filter instead.