eSearch Widget Auto-Complete: what source code

370
2
Jump to solution
09-16-2019 05:42 PM
BingJing
New Contributor III

Please see attached screen. 
For the bottom input box auto-complete drop-down list, I am trying to use a different REST service layer other than the one configured above.

What JavaScript source code population the  "Processing unique values: x of x" and all the drop down items(for auto-complete)?

Thank you

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Bing,

   The PagingQueryTask.js is the file that does all the working for querying the service and getting unique results.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Bing,

   The PagingQueryTask.js is the file that does all the working for querying the service and getting unique results.

BingJing
New Contributor III

Thank you very much for the clue.   
Widget.js->Parameters.js->SingleParameter.js->PagingQueryTask.js 

I also need to read these related files to understand PagingQueryTask file. 

0 Kudos