|
|
@ -129,12 +129,14 @@ namespace Squidex.Domain.Apps.Entities.Contents |
|
|
yield return contentResult; |
|
|
yield return contentResult; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
else |
|
|
|
|
|
{ |
|
|
foreach (var content in contents) |
|
|
foreach (var content in contents) |
|
|
{ |
|
|
{ |
|
|
yield return content; |
|
|
yield return content; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private ODataUriParser ParseQuery(IAppEntity app, string query, ISchemaEntity schema) |
|
|
private ODataUriParser ParseQuery(IAppEntity app, string query, ISchemaEntity schema) |
|
|
{ |
|
|
{ |
|
|
|