[GH-ISSUE #1336] [FEATURE REQUEST] Substring search for string attributes #468

Open
opened 2026-02-27 08:17:26 +03:00 by kerem · 0 comments
Owner

Originally created by @kaiwenleee on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1336

Motivation
User attribute values are stored as blobs and do not support substring matching in search filter, although attribute type is already known and stored in another table.

Describe the solution you'd like
Add a user_attribute_value_text column in user_attributes table. Fill in the text value when attribute has String type.
Implement AttributeSubtring search filter and query for String attributes.

Describe alternatives you've considered

Additional context
The issue is mentioned in #705.
With the additional text column, search on string attributes can also be case-insensitive #999

Originally created by @kaiwenleee on GitHub (Oct 24, 2025). Original GitHub issue: https://github.com/lldap/lldap/issues/1336 **Motivation** User attribute values are stored as blobs and do not support substring matching in search filter, although attribute type is already known and stored in another table. **Describe the solution you'd like** Add a `user_attribute_value_text` column in `user_attributes` table. Fill in the text value when attribute has String type. Implement `AttributeSubtring` search filter and query for String attributes. **Describe alternatives you've considered** **Additional context** The issue is mentioned in #705. With the additional text column, search on string attributes can also be case-insensitive #999
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#468
No description provided.