This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a query to retrieve a list of "About" sections.
The queryMemberAbouts()
function builds a query to retrieve a list of "About" sections and returns a MemberAboutsQueryBuilder
object.
The returned object contains the query definition, which is typically used to run the query using the find()
function.
You can refine the query by chaining MemberAboutsQueryBuilder
functions onto the query. MemberAboutsQueryBuilder
functions enable you to sort, filter, and control the results queryMemberAbouts()
returns.
queryMemberAbouts()
runs with these MemberAboutsQueryBuilder
defaults, which you can override:
limit(50)
PROPERTY | SUPPORTED FILTERS & SORTING |
---|---|
_id | eq() ,ne() ,exists() ,in() ,hasSome() ,startsWith() |
memberId | eq() ,ne() ,exists() ,in() ,hasSome() ,startsWith() |