Skip to content

make search function use search_with_scope #22

Closed
@davidcoutadeur

Description

@davidcoutadeur

We could add a new argument with a default value to the search method:

function search($ldap_filter,$attributes, $attributes_map, $search_result_title, $search_result_sortby, $search_result_items, $search_scope = "sub")

The last argument won't be necessary as it has a default value, thus not requiring us to update all method signatures everywhere.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions