Appends a new QuerySegment to the existing Query
The Segment to be added
Method that executes the Query and creates an OData request
The Repository instance
The Path for the query
Additional OData parameters (like $select, $expand, etc...)
An Observable that will publish the Query result
The Query expression as a sensenet Content Query
Generated using TypeDoc
Represents an instance of a Query expression. Usage example:
const query = new Query(q => q.TypeIs(ContentTypes.Task).And.Equals('DisplayName', 'Test')) console.log(query.toString()); // the content query expression