Understanding the Implementation of the Search Bar in ManageIQ #23003
-
Hello ManageIQ Community, I'm exploring the ManageIQ codebase, and I'm particularly interested in understanding how the search bar functionality is implemented. I've looked through various parts of the code, including cloud_network_controller.rb and generic_list_mixin.rb, but I haven't pinpointed where the search bar logic is processed on the backend. Could someone please provide insights or point me to the relevant parts of the code where the search functionality is handled? Specifically, I'm looking for the following: 1.) How the search query is captured and passed to the server-side. Any additional documentation or explanations on this topic would also be greatly appreciated. Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @SanthoshRam-03 , To bring a search bar here, we can follow the below steps.
|
Beta Was this translation helpful? Give feedback.
-
Issue - #22871 Below are the code changes that should answer your questions - |
Beta Was this translation helpful? Give feedback.
Hey @SanthoshRam-03 ,
To bring a search bar here, we can follow the below steps.
Hide Deprecated checkbox
and asearch-bar
POST
request action for now to filter.manageiq
repository to handle the search text from the search bar.Provision Instance
pageProvision virtual machines
(no checkbox here)Hide Deprecated checkbox