Multiple APN Search in WAB

900
6
10-17-2019 10:06 AM
EmilyL
by
Occasional Contributor

Hello,

Is there a way to search for multiple APN's (Assessor Parcel Number) in Web App Builder?  Currently under the 'Search' widget, we can search for one APN at a time, but is there a setting that allows users to enter and return multiple APN's at once?

Thank you very much!

Emily

0 Kudos
6 Replies
RobertScheitlin__GISP
MVP Emeritus

Emily,

  My eSearch widget allows you to set the sql to:

"APN IN ('[value]')" and then enter all your values comma separated.

0 Kudos
EmilyL
by
Occasional Contributor

Hi Robert,

Thank you very much for your reply.

I've tried the following in both searchable feature layer and geocoding service, but both said no results. Am I missing something?  Is the eSearch same as the 'Search' widget in WAB?

   APN IN ('935370063', '935370062')

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Emily,

  No the eSearch is a custom widget available here

https://community.esri.com/docs/DOC-1731-enhanced-search-widget-version-213-092519 

The standard OTB search widget is not capable of searching multiple entries.

EmilyL
by
Occasional Contributor

Thank you, Robert. I need to look into it! 

Is there any downside when it comes to using customized widgets?  Such as re-configuration when there is an update or new version on WAB?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Most custom widgets will continue to work unless esri releases a breaking change.

0 Kudos
EmilyL
by
Occasional Contributor

Thank you Robert. 

Esri should just build in all your custom widgets. 😃

0 Kudos