I’m trying convert one of our classic SDK forms to a Kinetic application with Application Studio.
One thing I can’t figure out is how to get the sliding search panel working.
I’ve added a search button to the landing page. The search panel opens, but when I click the Search button, I get a Javascript TypeError:
One was created for my custom search, but I noticed that the *.jsonc files were missing.
I copied those files and modified the data in them to use the custom back-end service.
I also updated the file in the cache folder, which appears to be a minified version of the data in other .jsonc files (Is there a way to regenerate this?).
I restarted the app pool on my website and the search now executes and populates the results grid.
Is this the only way to implement a search like this? I couldn’t find a way to do this through App Studio.