Hello,
I'm using PHPpgAdmin with a PostgreSQL DB installed with Bitnami to serve an OSQA App in a Ubuntu machine. I'm accessing through a SSH tunnel to the DB as explained in the documentation. Almost everything works fine, I can read tables and modify them.
My problem is that I can't make the SEARCH feature work.
When I look for something (i.e.: java) in "All objects" as can be seen in the picture, no objects are found. But if I look in the tables manually I can find a lot of elements that contains the string "java".
As the DB is growing, it becomes unmanageable to find things if I can't use this feature. Any idea why isn't working or if I could do it in other way?
Thanks for your help!