drezzzik
Results
1
comments of
drezzzik
Seems that source of the problem is next: 1st case: `client.sync(SyncType.onlyEntriesOfType("someContentType")).observe().blockingFirst().entries()` 2nd case: `client.sync().observe().blockingFirst().entries.filter { it.value.contentType().id() == "someContentType" }` Result is not the same. If the filtering is done by...