Expand description
Team member filters and sorting.
§Filters
Fulltext
Id
UserId
Username
Level
DateAdded
Position
§Sorting
Id
UserId
Username
See modio docs for more information.
By default this returns up to 100
items. You can limit the result by using limit
and
offset
.
§Example
use modio::filter::prelude::*;
use modio::teams::filters::Id;
let filter = Id::_in(vec![1, 2]).order_by(Id::desc());