Thread: pgAdmin 4 commit: Fixed an issue where the search object module unable

pgAdmin 4 commit: Fixed an issue where the search object module unable

From
Akshay Joshi
Date:
Fixed an issue where the search object module unable to locate the object in the browser tree. Fixes #5396

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7361470b64a2db9d9349e7a71da636d651e38389
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../static/js/search_objects_dialog_wrapper.js     | 11 +++-
.../search_objects/sql/pg/10_plus/search.sql       | 45 +++++++++----
.../search_objects/sql/pg/11_plus/search.sql       | 45 +++++++++----
.../search_objects/sql/pg/default/search.sql       | 18 ++---
.../search_objects/sql/ppas/10_plus/search.sql     | 76 ++++++++++++++++------
.../search_objects/sql/ppas/12_plus/search.sql     | 60 +++++++++++------
.../search_objects/sql/ppas/default/search.sql     | 56 ++++++++--------
.../search_objects_dialog_wrapper_spec.js          |  6 +-
9 files changed, 212 insertions(+), 106 deletions(-)