Forum Discussion
tvaishnav
Nov 21, 2019Copper Contributor
Sharepoint online will not index sites created using REST API.
I have created few team sites using SharePoint Rest API and Flow. Flow can be manually triggered from a list. Based on the data in the list, a new site gets created. Flow creates a new site and an as...
O365Developer
Nov 21, 2019Copper Contributor
Is there any content in the newly created site to crawl any content and return the results back?
tvaishnav
Nov 21, 2019Copper Contributor
Thank you for replying. Most of these sites are blank. I have one site that has about GB of data in the form of files. That site isn't showing up in search either.
I have created few sites manually. Some of them actually show up even if they do not having any content. I am just wondering if there is anything about REST API that I might have missed.
- RalfL1960Oct 21, 2023Copper Contributor
I am experience exactly the same problem. Uploading files to SharePoint Online with REST API the files are not searchable. It is shown in the list but if I search for the filename it does not find it.
If I upload the file again it is searchable after a couple of minutes.
Seems that the background index does not recognize that the file is uploaded the first time.Anyone experienced the same issue and has solved it?