2010/1/15 François Cassistat <[email protected]>: > On JackRabbit 2.0 beta 1 : > > //*...@property1 = 'some value' and not(path/to/my/@property2)] > always returns no result, while : > > //*...@property1 = 'some value' and path/to/my/@property2] > returns some results. Am I doing something wrong or it is a bug ?
What are the value(s) of @property2 in your content? If there is no node that has @property1='some value' and _no_ @property2 set, the results are to be expected. Regards, Alex -- Alexander Klimetschek [email protected]
