Select to view content in your preferred language

Near Me Show More message/button

299
1
Jump to solution
01-23-2025 07:30 AM
AdamGebhart
Frequent Contributor

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.

 

AdamGebhart_1-1737645948721.png

 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AdamGebhart
Frequent Contributor

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.

AdamGebhart_1-1737650059552.png

 

 

View solution in original post

1 Reply
AdamGebhart
Frequent Contributor

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.

AdamGebhart_1-1737650059552.png