Home » Networking » Net_LDAP » Bug #8346
Multivalued sort support
Details
| Request #8346 | Multivalued sort support |
|---|---|
| Submitted | 2006-08-02 11:31 UTC |
| From | b dot hallinger at skyforcesystems dot de |
| Assigned | beni |
| Status | Closed |
| Package | Net_LDAP |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-08-02 11:31 UTC] b dot hallinger at skyforcesystems dot de
Description:
------------
The sort() method of Net_LDAP_Search donesn't support multivalued sorting.
It would be fine to include it in the next future...
My suggested solution is to rewrite the Entry object slightly, so every entry object can firstly sort its attributes (what would be maybe useful anyway).
After that, all the entries can be sorted by the Search object because all entries attributes are now in the correct order for comparison (thats the problem why multivalued sorting won't work for now)
What do you think about it?