Hello,
I have in my own schema an attribute defined:
attributetype (1.3.6.1.4....
NAME ('InsertTime')
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
)
Now I can use this and search, but it takes very long.
So I want index it for searching:
* greater (">=")
* less ("<=")
Is it possible and how can I do this?
I have only seen "eq" and "pres".
Thanks in advance Meike