[pgAdmin][RM2172] Search Objects Functionality

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема [pgAdmin][RM2172] Search Objects Functionality
Дата
Msg-id CAM9w-_=J2-9FytbE_3YeLxORQOwzFePUbp5WOnGK-u8wC5qFYA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][RM2172] Search Objects Functionality  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Re: [pgAdmin][RM2172] Search Objects Functionality  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список 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"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: disable create server
Следующее
От: Pradip Parkale
Дата:
Сообщение: Re: [pgAdmin][RM5241] : Tab key navigation is not working in Grant wizard.