I am using the Umbraco Search Functionality but it requires reload to display the results. Is there any way to get results without reloading? And I need autocomplete also!
You can use examine however you like. I'm curious what you mean with Umbraco Search Functionality. Are you using a package? Or did you build it yourself?
If you've build it yourself you could move your code to a UmbracoApiController and use javascript to get the results.
So to realy answer the question we need a idea what you have now.
Search Functionality without page reloading
I am using the Umbraco Search Functionality but it requires reload to display the results. Is there any way to get results without reloading? And I need autocomplete also!
You can use examine however you like. I'm curious what you mean with Umbraco Search Functionality. Are you using a package? Or did you build it yourself?
If you've build it yourself you could move your code to a UmbracoApiController and use javascript to get the results.
So to realy answer the question we need a idea what you have now.
I Am using Examine for searching
if you place your code in a api controller (https://our.umbraco.org/documentation/reference/routing/webapi/) and call it with javascript you dont need a page reload.
is working on a reply...