environment : 5.3 SP6
I have mentioned in the dfc.properties as below,
dfc.search.maxresults=1000
dfc.search.maxresults_per_source=350
which is returning me only the first 350 records. In the results page we have a link to export the results to the excel file. My requirement is to export all the obtained results (irrespective of the dfc search result properties) to the excel file. I have found only the option to customize the fast search query in the advanced search component to fetch all the results. Do you have any other simplest solution for me?