Re: [pgAdmin][RM2172] Search Objects Functionality

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Subject: Re: [pgAdmin][RM2172] Search Objects Functionality
Date: 2020-04-01 12:30:06
Message-ID: CANxoLDckW83=pW_CBaWfsA0qfAE3D+L3F0KO+KC-K1tH-igwwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Khushboo,

Can you please review it.

On Mon, Mar 30, 2020 at 2:39 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> 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"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-04-01 12:35:12 Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_target and parallel_workers of table
Previous Message Akshay Joshi 2020-04-01 12:28:13 Re: [pgAdmin][RM2172] Search Objects Functionality