One of our users noticed the Near Me results list has a max of 20 records before a 'Show More' button allows the user to see additional records beyond the first 20. Each Show More click shows the next 20 and so on.
Is there a way to modify this number? I am in ExB Developer 1.16. I don't see anything in the Near Me configuration window nor in \server\apps\#\resources\config\config.json.
Solved! Go to Solution.
I found the necessary update and will reply to own my post so others know.
File > yourpath\EXB#\client\dist\widgets\arcgis\near-me\dist\runtime\widget.js
On or about on line 111 (Notepad++ for me) look for this.handleFeaturesToShow= and change e=this.state.start+20; to whatever value you need. I changed mine to 100.
I found the necessary update and will reply to own my post so others know.
File > yourpath\EXB#\client\dist\widgets\arcgis\near-me\dist\runtime\widget.js
On or about on line 111 (Notepad++ for me) look for this.handleFeaturesToShow= and change e=this.state.start+20; to whatever value you need. I changed mine to 100.