When I was running a SharePoint query against SharePoint online Search or using SharePoint rest call result set only returns single site collection. All the other site collections which were in the tenant was not coming to the result set. Following is the REST call parameters which I passed to the server.<o:p></o:p>
https://xxxxxx.sharepoint.com/_api/search/query?querytext='contentclass:sts_site'&trimduplicates=false&rowlimit=50&SelectProperties='WebTemplate,Title,Path'<o:p></o:p>
There were 3 site collections and this only returned 1 site collection. Then I changed the trim duplicates property to false and all three site collections appeared on the search result. Any idea what has happened to SharePoint online Site.<o:p></o:p>