Actions
Feature proposal #9470
closedImplement support for searching connections
Description
Should be toggled on/off for manage connections and connections tab and be functional in both. Allow selecting search criteria, but default to name/username.
https://www.joomlapolis.com/forum/developer-members-support/246952-cb-connection-direct-user-access
Updated by krileon 4 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1950
Searching will be on Username and Name using indexed wildcard search. This means it searches from left to right. It will not find results searching for example exclusively a last name. This is due to non-indexed searching on the _users table being terrible performance for larger sites.
Actions