I cannot for the life of me find a .js/css/anything for configuring this search box using the web app builder dev version. Can anyone drop me a file path or rough location?
Thanks!
Solved! Go to Solution.
All,
I'm trying to modify the associated widget.js file so that my search results get sorted. After I save the changes to the widget.js file and deploy the application, I get a create search widget error. Anyone have any ideas why? Or what I might be doing wrong.
This is the code I am trying to add:
for (int i = 0; i < 10; i++){
results.sort(function(a,b){return a - b});
}
thanks,
Joe