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 likes.
The queryLikes() method builds a query to retrieve a list of likes and returns a LikesQueryBuilder object.
The returned object contains the query definition, which is typically used to run the query using the find() method.
You can refine the query by chaining LikesQueryBuilder methods onto the query. LikesQueryBuilder methods enable you to sort, filter, and control the results queryLikes() returns.
queryLikes() runs with these LikesQueryBuilder defaults, which you can override:
| PROPERTY | SUPPORTED FILTERS & SORTING |
|---|---|
_id | eq(),ne(),in() |
entityId | eq(),ne(),in() |
fqdn | eq(),ne(),in() |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.