[pgAdmin][RM2172] Search Objects Functionality

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM2172] Search Objects Functionality
Date: 2020-03-30 09:09:02
Message-ID: CAM9w-_=J2-9FytbE_3YeLxORQOwzFePUbp5WOnGK-u8wC5qFYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to implement search objects functionality in pgadmin.
The feature will allow a user to search for any object in a database.
Highlights of the feature:
1) Search any object with user input text with at least 3 characters.
2) Search can be done on a specific object type by selecting from the types
dropdown.
3) The search results grid will show object name, object type and the
object path on the browser tree. On double clicking the record, it will
locate that object on the browser tree. The columns object name and type
are sortable.
4) The object nodes which are disabled (hidden) using preferences will not
be visible in the types dropdown. However, in the case of all types, the
search records will be visible for those types greyed out.
5) You can also access search objects dialog using the button on the
browser toolbar.

Python and JS test cases added. Docs updated.
Please review.

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM2172.patch application/octet-stream 519.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2020-03-30 11:54:55 Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.
Previous Message Khushboo Vashi 2020-03-30 09:06:53 Re: disable create server