When we try to use the Search Results export to either excel or json, we only get 100 records in the resulting file. Is there a limit somewhere in settings that can be modified? I cant find one
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi @Chris King the 100-record limit you are encountering is a known constraint of the out-of-the-box (OOTB) SmartView export functionality, which is often tied to the UI's pagination or specific configuration settings that aren't always easily accessible for modification without affecting system performance.
If you are looking for a way to bypass these limits and gain more control over the export process, I highly recommend looking into Module Suite from AnswerModules.
With Module Suite, you can easily create a custom "Search & Export" tool using a Content Script. This approach allows you to:
searchService
.xlsx
It’s a much more flexible way to handle reporting and data extraction compared to the standard export feature.
Hope this helps! Regards Abel