Hi.
I Have two questions 
1. I have a category cotaining a datetime attribute. This attribute isn't required so, documents, can have this attribute not setted. How to search these documents using LQL?
Using [qlregion "Attr_11369_5"]="" I have this error: Error in Full Text component. Could not convert [qlregion "Attr_11369_5"]="" to OTSQL
Using [qlregion "Attr_11369_5"]=" " (with a blank char) I have an unaxpected result (it retrives document having several date also)
2. In admin interface I can see a category attribute only if exists at least a document that use this category. It's normal? How can I take thecode (Attr_...) to build LQL expression if it doesn't appear?
Are there clear and comprehensive documents or a links or pages about LQL? I'm looking for example here
but it report sonly very banal examples.
Tks