Search bar inside add products categories selection section
-
I want to add a search bar in add products to select category because i have a lot of categories
-
You can create an endpoint for searching the categories and then via ajax you can call it.
-
can you please explain? Is there any documentation for that?
-
I need this function in the admin panel where we add the products
-
I need it here -
You can create one extra endpoint and method which do all backend queries for you.
-
In which controller should i add ?
-
You can create your own controller which returns JSON data.