|
|
@ -38,6 +38,7 @@ impl Store
|
|
|
|
_ => return StoreSearchAllIter(self, None, Default::default(), sorted),
|
|
|
|
_ => return StoreSearchAllIter(self, None, Default::default(), sorted),
|
|
|
|
}), VecDeque::new(), sorted)
|
|
|
|
}), VecDeque::new(), sorted)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// Search for all entries with *any* of these provided tags.
|
|
|
|
/// Search for all entries with *any* of these provided tags.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// # Notes
|
|
|
|
/// # Notes
|
|
|
@ -54,6 +55,7 @@ impl Store
|
|
|
|
_ => return StoreSearchAnyIter(self, None, Default::default(), PhantomData),
|
|
|
|
_ => return StoreSearchAnyIter(self, None, Default::default(), PhantomData),
|
|
|
|
}), VecDeque::new(), PhantomData)
|
|
|
|
}), VecDeque::new(), PhantomData)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// Search for all items with this provided tag.
|
|
|
|
/// Search for all items with this provided tag.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// # Notes
|
|
|
|
/// # Notes
|
|
|
|