Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(admin-ui): RDBMS based flex unable to search schema #1645

Open
mzico opened this issue Mar 25, 2024 · 2 comments
Open

bug(admin-ui): RDBMS based flex unable to search schema #1645

mzico opened this issue Mar 25, 2024 · 2 comments
Assignees
Labels
bug Something isn't working comp-admin-ui Component affected by issue or PR

Comments

@mzico
Copy link
Contributor

mzico commented Mar 25, 2024

Have a flex with pgsql backend.
After installation, go to Schema > Person
Search for some attribute ( i.e. password ). Searching should show Password as result but it's not showing anything. We need to manually browse that Password attribute. This is running okay in LDAP based installation.

Flex version: 5.1.0 in Ubuntu 22.

@mzico mzico added the bug Something isn't working label Mar 25, 2024
@mo-auto mo-auto added the comp-admin-ui Component affected by issue or PR label Mar 25, 2024
@duttarnab
Copy link
Contributor

duttarnab commented Mar 26, 2024

Hi @pujavs @mzico

I am using postgres database. I was able to search Password but not password. So it seems it is case sensitive. I think it should be case insensitive.

API called: https://admin-ui-test.gluu.org/jans-config-api/api/v1/attributes?limit=10&pattern=Password

image

image

@pujavs
Copy link
Contributor

pujavs commented Apr 4, 2024

Fixed via PR 8233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp-admin-ui Component affected by issue or PR
Projects
None yet
Development

No branches or pull requests

5 participants